Structures

VkExportMemoryAllocateInfoNV

Specify memory handle types that may be exported

The VkExportMemoryAllocateInfoNV structure is defined as:

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

Valid Usage (Implicit)

VUID-VkExportMemoryAllocateInfoNV-sType-sType

sType must be VK_STRUCTURE_TYPE_EXPORT_MEMORY_ALLOCATE_INFO_NV