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