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