|
ReactOS 0.4.17-dev-934-g091855f
|
#include <vulkan.h>

Public Attributes | |
| VkStructureType | sType |
| void * | pNext |
| VkBool32 | prefersDedicatedAllocation |
| VkBool32 | requiresDedicatedAllocation |
| void* VkMemoryDedicatedRequirements::pNext |
Definition at line 9396 of file vulkan.h.
Referenced by vkd3d_allocate_buffer_memory(), and vkd3d_allocate_image_memory().
| VkBool32 VkMemoryDedicatedRequirements::prefersDedicatedAllocation |
Definition at line 9397 of file vulkan.h.
Referenced by vkd3d_allocate_buffer_memory(), and vkd3d_allocate_image_memory().
| VkBool32 VkMemoryDedicatedRequirements::requiresDedicatedAllocation |
| VkStructureType VkMemoryDedicatedRequirements::sType |
Definition at line 9395 of file vulkan.h.
Referenced by vkd3d_allocate_buffer_memory(), and vkd3d_allocate_image_memory().