Function Prototype

vkGetPhysicalDeviceExternalTensorPropertiesARM

Function for querying external tensor handle capabilities.

To query the external handle types supported by tensors, call:

void vkGetPhysicalDeviceExternalTensorPropertiesARM(
    VkPhysicalDevice                             physicalDevice,
    const VkPhysicalDeviceExternalTensorInfoARM* pExternalTensorInfo,
    VkExternalTensorPropertiesARM*               pExternalTensorProperties);