// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry [[VkMemoryDedicatedAllocateInfo,VkMemoryDedicatedAllocateInfo]] [source,c++] ---- typedef struct VkMemoryDedicatedAllocateInfo { VkStructureType sType; const void* pNext; VkImage image; VkBuffer buffer; } VkMemoryDedicatedAllocateInfo; ----