mirror of
https://github.com/status-im/Vulkan-Docs.git
synced 2025-02-22 11:08:19 +00:00
43 lines
994 B
Plaintext
43 lines
994 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 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 slink:MirConnection
|
|
structure, the definition of which is:
|
|
|
|
include::../structs/MirConnection.txt[]
|
|
|
|
include::../validity/protos/vkGetPhysicalDeviceMirPresentationSupportKHR.txt[]
|
|
|
|
See Also
|
|
--------
|
|
|
|
flink:vkQueuePresentKHR
|
|
|
|
include::footer.txt[]
|