42 lines
884 B
Plaintext
42 lines
884 B
Plaintext
|
vkGetSwapchainImagesKHR(3)
|
||
|
=========================
|
||
|
|
||
|
Name
|
||
|
----
|
||
|
vkGetSwapchainImagesKHR - obtain the array of presentable images associated with a swapchain.
|
||
|
|
||
|
C Specification
|
||
|
---------------
|
||
|
|
||
|
include::../protos/vkGetSwapchainImagesKHR.txt[]
|
||
|
|
||
|
Parameters
|
||
|
----------
|
||
|
|
||
|
pname:device::
|
||
|
The VkDevice associated with swapchain.
|
||
|
|
||
|
pname:swapchain::
|
||
|
The swwapchain.
|
||
|
|
||
|
pname:pSwapchainImageCount::
|
||
|
The number of elements in the array pointed by pSwapchainImages.
|
||
|
|
||
|
pname:pSwapchainImages::
|
||
|
The returned array of images.
|
||
|
|
||
|
Description
|
||
|
-----------
|
||
|
|
||
|
fname:vkGetSwapchainImagesKHR gets the array of images from a swapchain.
|
||
|
|
||
|
include::../validity/protos/vkGetSwapchainImagesKHR.txt[]
|
||
|
|
||
|
See Also
|
||
|
--------
|
||
|
|
||
|
flink:vkCreateSwapchainKHR, flink:vkCreateSharedSwapchainsKHR,
|
||
|
flink:vkAcquireNextImageKHR, flink:vkDestroySwapchainKHR
|
||
|
|
||
|
include::footer.txt[]
|