Vulkan-Docs/doc/specs/vulkan/man/vkQueuePresentKHR.txt

41 lines
877 B
Plaintext

vkQueuePresentKHR(3)
===================
Name
----
vkQueuePresentKHR - queue an image for presentation.
C Specification
---------------
include::../protos/vkQueuePresentKHR.txt[]
Parameters
----------
pname:queue::
A VkQueue that is capable of presentation to the target surface.
pname:pPresentInfo::
A pointer to a VkPresentInfoKHR structure specifying the parameters of the presentation.
Description
-----------
fname:vkQueuePresentKHR queues an image for presentation.
pname:pPresentInfo is an instance of the slink:VkPresentInfoKHR
structure, the definition of which is:
include::../structs/VkPresentInfoKHR.txt[]
include::../validity/protos/vkQueuePresentKHR.txt[]
See Also
--------
flink:vkGetPhysicalDeviceSurfacePresentModesKHR, flink:vkAcquireNextImageKHR,
flink:vkCreateSwapchainKHR
include::footer.txt[]