Class VkExportMemoryAllocateInfoNV

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkExportMemoryAllocateInfoNV extends Struct<VkExportMemoryAllocateInfoNV> implements NativeResource
Specify memory handle types that may be exported.
Valid Usage (Implicit)

Layout


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