vkGetPhysicalDeviceUbmPresentationSupportSEC(3)
C Specification
To determine whether a queue family of a physical device supports presentation to a UBM compositor, call:
// Provided by VK_SEC_ubm_surface
VkBool32 vkGetPhysicalDeviceUbmPresentationSupportSEC(
VkPhysicalDevice physicalDevice,
uint32_t queueFamilyIndex,
struct ubm_device* device);
Parameters
-
physicalDeviceis the physical device. -
queueFamilyIndexis the queue family index. -
deviceis a pointer to theubm_deviceassociated with a UBM compositor.
Document Notes
For more information, see the Vulkan Specification.
This page is extracted from the Vulkan Specification. Fixes and changes should be made to the Specification, not directly.