Class VkExportMemoryAllocateInfoNV

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkExportMemoryAllocateInfoNV>
org.lwjgl.vulkan.VkExportMemoryAllocateInfoNV
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

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

Layout


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