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

41 lines
939 B
Plaintext

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