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