ReactOS 0.4.17-dev-934-g091855f
VkMemoryDedicatedRequirements Struct Reference

#include <vulkan.h>

Collaboration diagram for VkMemoryDedicatedRequirements:

Public Attributes

VkStructureType sType
 
void * pNext
 
VkBool32 prefersDedicatedAllocation
 
VkBool32 requiresDedicatedAllocation
 

Detailed Description

Definition at line 9393 of file vulkan.h.

Member Data Documentation

◆ pNext

void* VkMemoryDedicatedRequirements::pNext

Definition at line 9396 of file vulkan.h.

Referenced by vkd3d_allocate_buffer_memory(), and vkd3d_allocate_image_memory().

◆ prefersDedicatedAllocation

VkBool32 VkMemoryDedicatedRequirements::prefersDedicatedAllocation

Definition at line 9397 of file vulkan.h.

Referenced by vkd3d_allocate_buffer_memory(), and vkd3d_allocate_image_memory().

◆ requiresDedicatedAllocation

VkBool32 VkMemoryDedicatedRequirements::requiresDedicatedAllocation

Definition at line 9398 of file vulkan.h.

◆ sType

VkStructureType VkMemoryDedicatedRequirements::sType

Definition at line 9395 of file vulkan.h.

Referenced by vkd3d_allocate_buffer_memory(), and vkd3d_allocate_image_memory().


The documentation for this struct was generated from the following file: