Vulkan-Docs/doc/specs/vulkan/man/vkGetPhysicalDeviceXcbPrese...

41 lines
944 B
Plaintext

vkGetPhysicalDeviceXcbPresentationSupportKHR(3)
==============================================
Name
----
vkGetPhysicalDeviceXcbPresentationSupportKHR - query physical device for presentation to X11 server using XCB.
C Specification
---------------
include::../protos/vkGetPhysicalDeviceXcbPresentationSupportKHR.txt[]
Parameters
----------
pname:physicalDevice::
A physical device handle.
pname:queueFamilyIndex::
Index to a queue family.
pname:connection::
Pointer to a xcb_connection_t.
pname:visual_id::
An xcb_visualid_t.
Description
-----------
fname:vkGetPhysicalDeviceXcbPresentationSupportKHR determines whether a queue family of a physical device supports presentation to an X11 server, using the XCB client-side library.
include::../validity/protos/vkGetPhysicalDeviceXcbPresentationSupportKHR.txt[]
See Also
--------
flink:vkQueuePresentKHR
include::footer.txt[]