Class VkExportMemoryAllocateInfoKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkExportMemoryAllocateInfoKHR extends VkExportMemoryAllocateInfo
See VkExportMemoryAllocateInfo.

Layout


 struct VkExportMemoryAllocateInfoKHR {
     VkStructureType sType;
     void const * pNext;
     VkExternalMemoryHandleTypeFlags handleTypes;
 }