// 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; ----