51 lines
1.3 KiB
Plaintext
51 lines
1.3 KiB
Plaintext
|
vkCreateSharedSwapchainsKHR(3)
|
||
|
=============================
|
||
|
|
||
|
Name
|
||
|
----
|
||
|
vkCreateSharedSwapchainsKHR - create multiple swapchains that share presentable images.
|
||
|
|
||
|
C Specification
|
||
|
---------------
|
||
|
|
||
|
include::../protos/vkCreateSharedSwapchainsKHR.txt[]
|
||
|
|
||
|
Parameters
|
||
|
----------
|
||
|
|
||
|
pname:device::
|
||
|
The VkDevice assocated with swapchain.
|
||
|
|
||
|
pname:swapchainCount::
|
||
|
The count of the array of swapchain create info.
|
||
|
|
||
|
pname:pCreateInfos::
|
||
|
A pointer to an array of VkSwapchainCreateInfoKHR structures containing the parameters affecting the creation of the swapchain objects.
|
||
|
|
||
|
pname:pAllocator::
|
||
|
The allocator used for host memory allocated for the swapchain objects.
|
||
|
|
||
|
pname:pSwapchains::
|
||
|
The array of created swapchains.
|
||
|
|
||
|
Description
|
||
|
-----------
|
||
|
|
||
|
fname:vkCreateSharedSwapchainsKHR creates multiple swapchains that share images.
|
||
|
|
||
|
pname:pCreateInfo is an array of the slink:VkSwapchainCreateInfoKHR
|
||
|
structure, the definition of which is:
|
||
|
|
||
|
include::../structs/VkSwapchainCreateInfoKHR.txt[]
|
||
|
|
||
|
include::../validity/protos/vkCreateSharedSwapchainsKHR.txt[]
|
||
|
|
||
|
See Also
|
||
|
--------
|
||
|
|
||
|
flink:vkCreateSwapchainKHR, flink:vkDestroySwapchainKHR,
|
||
|
flink:vkGetSwapchainImagesKHR, flink:vkAcquireNextImageKHR,
|
||
|
flink:vkQueuePresentKHR
|
||
|
|
||
|
include::footer.txt[]
|