Class VkExportMemoryAllocateInfo

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkExportMemoryAllocateInfo>
org.lwjgl.vulkan.VkExportMemoryAllocateInfo
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer
Direct Known Subclasses:
VkExportMemoryAllocateInfoKHR

public class VkExportMemoryAllocateInfo extends org.lwjgl.system.Struct<VkExportMemoryAllocateInfo> implements org.lwjgl.system.NativeResource
Specify exportable handle types for a device memory object.
Valid Usage
Valid Usage (Implicit)

Layout


 struct VkExportMemoryAllocateInfo {
     VkStructureType sType();
     void const * pNext();
     VkExternalMemoryHandleTypeFlags handleTypes();
 }