Class VkExportMemoryAllocateInfoNV

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkExportMemoryAllocateInfoNV extends Struct<VkExportMemoryAllocateInfoNV> implements NativeResource

 struct VkExportMemoryAllocateInfoNV {
     VkStructureType sType;
     void const * pNext;
     VkExternalMemoryHandleTypeFlagsNV handleTypes;
 }