38 lines
917 B
Plaintext
38 lines
917 B
Plaintext
vkGetPhysicalDeviceWaylandPresentationSupportKHR(3)
|
|
==================================================
|
|
|
|
Name
|
|
----
|
|
vkGetPhysicalDeviceWaylandPresentationSupportKHR - query physical device for presentation to Wayland.
|
|
|
|
C Specification
|
|
---------------
|
|
|
|
include::../protos/vkGetPhysicalDeviceWaylandPresentationSupportKHR.txt[]
|
|
|
|
Parameters
|
|
----------
|
|
|
|
pname:physicalDevice::
|
|
A physical device handle.
|
|
|
|
pname:queueFamilyIndex::
|
|
Index to a queue family.
|
|
|
|
pname:connection::
|
|
Pointer to a wl_display associated with the Wayland compositor.
|
|
|
|
Description
|
|
-----------
|
|
|
|
fname:vkGetPhysicalDeviceWaylandPresentationSupportKHR determines whether a queue family of a physical device supports presentation to the Wayland compositor.
|
|
|
|
include::../validity/protos/vkGetPhysicalDeviceWaylandPresentationSupportKHR.txt[]
|
|
|
|
See Also
|
|
--------
|
|
|
|
flink:vkQueuePresentKHR
|
|
|
|
include::footer.txt[]
|