Function Prototype

vkGetPhysicalDeviceExternalBufferProperties

Query external handle types supported by buffers

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

void vkGetPhysicalDeviceExternalBufferPropertiesKHR(
    VkPhysicalDevice physicalDevice,
    const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo,
    VkExternalBufferProperties* pExternalBufferProperties);