blob: 932829d7d84a7a6699e5fab8391b6b221144bfb2 [file] [log] [blame]
// 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;
----