• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[VkExportMemoryAllocateInfo,VkExportMemoryAllocateInfo]]
3[source,c++]
4----
5typedef struct VkExportMemoryAllocateInfo {
6    VkStructureType                    sType;
7    const void*                        pNext;
8    VkExternalMemoryHandleTypeFlags    handleTypes;
9} VkExportMemoryAllocateInfo;
10----
11