Structures

VkMemoryGetZirconHandleInfoFUCHSIA

Structure specifying export parameters for Zircon handle to device memory

VkMemoryGetZirconHandleInfoFUCHSIA is defined as:

typedef struct VkMemoryGetZirconHandleInfoFUCHSIA {
    VkStructureType sType;
    const void* pNext;
    VkDeviceMemory memory;
    VkExternalMemoryHandleTypeFlagBits handleType;
} VkMemoryGetZirconHandleInfoFUCHSIA;

Valid Usage

VUID-VkMemoryGetZirconHandleInfoFUCHSIA-handleType-04775

handleType must be VK_EXTERNAL_MEMORY_HANDLE_TYPE_ZIRCON_VMO_BIT_FUCHSIA

VUID-VkMemoryGetZirconHandleInfoFUCHSIA-handleType-04776

handleType must have been included in the handleTypes field of the VkExportMemoryAllocateInfo structure when the external memory was allocated