1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[VkMemoryDedicatedAllocateInfo,VkMemoryDedicatedAllocateInfo]] 3[source,c++] 4---- 5typedef struct VkMemoryDedicatedAllocateInfo { 6 VkStructureType sType; 7 const void* pNext; 8 VkImage image; 9 VkBuffer buffer; 10} VkMemoryDedicatedAllocateInfo; 11---- 12