// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry [[VkMemoryAllocateInfo,VkMemoryAllocateInfo]] [source,c++] ---- typedef struct VkMemoryAllocateInfo { VkStructureType sType; const void* pNext; VkDeviceSize allocationSize; uint32_t memoryTypeIndex; } VkMemoryAllocateInfo; ----