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

46 lines
1013 B
Plaintext

vkGetPhysicalDeviceSurfacePresentModesKHR(3)
===========================================
Name
----
vkGetPhysicalDeviceSurfacePresentModesKHR - get supported presentation modes.
C Specification
---------------
include::../protos/vkGetPhysicalDeviceSurfacePresentModesKHR.txt[]
Parameters
----------
pname:physicalDevice::
A valid physical device.
pname:surface::
The VkSurface to query.
pname:pPresentModeCount::
The number of elements in the array pointed by pPresentModes.
pname:pPresentModes::
Pointer to an array of VkPresentModeKHR.
Description
-----------
fname:vkCreateWaylandSurfaceKHR queries the supported presentation modes for a surface.
pname:pPresentModes is an instance of the slink:VkPresentModeKHR
structure, the definition of which is:
include::../structs/VkPresentModeKHR.txt[]
include::../validity/protos/vkGetPhysicalDeviceSurfacePresentModesKHR.txt[]
See Also
--------
flink:vkQueuePresentKHR
include::footer.txt[]