41 lines
835 B
Plaintext
41 lines
835 B
Plaintext
|
vkGetPhysicalDeviceSurfaceSupportKHR(3)
|
||
|
======================================
|
||
|
|
||
|
Name
|
||
|
----
|
||
|
vkGetPhysicalDeviceSurfaceSupportKHR - query if presentation is supported.
|
||
|
|
||
|
C Specification
|
||
|
---------------
|
||
|
|
||
|
include::../protos/vkGetPhysicalDeviceSurfaceSupportKHR.txt[]
|
||
|
|
||
|
Parameters
|
||
|
----------
|
||
|
|
||
|
pname:physicalDevice::
|
||
|
A valid physical device.
|
||
|
|
||
|
pname:queueFamilyIndex::
|
||
|
A queue family.
|
||
|
|
||
|
pname:surface::
|
||
|
The surface to query.
|
||
|
|
||
|
pname:pSupported::
|
||
|
Indicates is presentation is supported.
|
||
|
|
||
|
Description
|
||
|
-----------
|
||
|
|
||
|
fname:vkGetPhysicalDeviceSurfaceSupportKHR determines whether a queue family of a physical device supports presentation to a given surface.
|
||
|
|
||
|
include::../validity/protos/vkGetPhysicalDeviceSurfaceSupportKHR.txt[]
|
||
|
|
||
|
See Also
|
||
|
--------
|
||
|
|
||
|
flink:vkQueuePresentKHR
|
||
|
|
||
|
include::footer.txt[]
|