blob: e82b529c49bbab425b21a8216910d84940f5fb99 [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VkExportMemoryAllocateInfo,VkExportMemoryAllocateInfo]]
[source,c++]
----
typedef struct VkExportMemoryAllocateInfo {
VkStructureType sType;
const void* pNext;
VkExternalMemoryHandleTypeFlags handleTypes;
} VkExportMemoryAllocateInfo;
----