Function Prototype

vkGetMemoryZirconHandleFUCHSIA

Get a Zircon handle for an external memory object

To export device memory as a Zircon handle that can be used by another instance, device, or process, retrieve the handle to the VkDeviceMemory using the command:

VkResult vkGetMemoryZirconHandleFUCHSIA(
    VkDevice device,
    const VkMemoryGetZirconHandleInfoFUCHSIA* pGetZirconHandleInfo,
    zx_handle_t* pZirconHandle);

Valid Usage (Implicit)

VUID-vkGetMemoryZirconHandleFUCHSIA-pZirconHandle-parameter

pZirconHandle must be a valid pointer to a zx_handle_t value