35 lines
808 B
Plaintext
35 lines
808 B
Plaintext
vkGetPhysicalDeviceWin32PresentationSupportKHR(3)
|
|
================================================
|
|
|
|
Name
|
|
----
|
|
vkGetPhysicalDeviceWin32PresentationSupportKHR - query physical device for presentation to Windows desktop.
|
|
|
|
C Specification
|
|
---------------
|
|
|
|
include::../protos/vkGetPhysicalDeviceWin32PresentationSupportKHR.txt[]
|
|
|
|
Parameters
|
|
----------
|
|
|
|
pname:physicalDevice::
|
|
A physical device handle.
|
|
|
|
pname:queueFamilyIndex::
|
|
Index to a queue family.
|
|
|
|
Description
|
|
-----------
|
|
|
|
fname:vkCreateWaylandSurfaceKHR determines whether a queue family of a physical device supports presentation to the Microsoft Windows desktop.
|
|
|
|
include::../validity/protos/vkGetPhysicalDeviceWin32PresentationSupportKHR.txt[]
|
|
|
|
See Also
|
|
--------
|
|
|
|
flink:vkQueuePresentKHR
|
|
|
|
include::footer.txt[]
|