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

41 lines
929 B
Plaintext

vkGetPhysicalDeviceMirPresentationSupportKHR(3)
==============================================
Name
----
vkGetPhysicalDeviceMirPresentationSupportKHR - query physical device for presentation to Mir.
C Specification
---------------
include::../protos/vkGetPhysicalDeviceMirPresentationSupportKHR.txt[]
Parameters
----------
pname:physicalDevice::
A physical device handle.
pname:queueFamilyIndex::
Index to a queue family.
pname:connection::
Pointer to a sname:MirConnection.
Description
-----------
fname:vkGetPhysicalDeviceMirPresentationSupportKHR determines whether a queue family of a physical device supports presentation to the Mir compositor.
pname:connection is an instance of the sname:MirConnection
structure.
include::../validity/protos/vkGetPhysicalDeviceMirPresentationSupportKHR.txt[]
See Also
--------
flink:vkQueuePresentKHR
include::footer.txt[]