Class VkExportMemoryAllocateInfo

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer
Direct Known Subclasses:
VkExportMemoryAllocateInfoKHR

public class VkExportMemoryAllocateInfo extends Struct<VkExportMemoryAllocateInfo> implements 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();
 }