40 lines
791 B
Plaintext
40 lines
791 B
Plaintext
vkDestroySwapchainKHR(3)
|
|
=======================
|
|
|
|
Name
|
|
----
|
|
vkDestroySwapchainKHR - destroy a swapchain object.
|
|
|
|
C Specification
|
|
---------------
|
|
|
|
include::../protos/vkDestroySwapchainKHR.txt[]
|
|
|
|
Parameters
|
|
----------
|
|
|
|
pname:device::
|
|
The VkDevice associated with the swapchain.
|
|
|
|
pname:pSwapchain::
|
|
The swapchain to destroy.
|
|
|
|
pname:pAllocator::
|
|
The allocator used for host memory allocated for the swapchain object.
|
|
|
|
Description
|
|
-----------
|
|
|
|
fname:vkDestroySwapchainKHR destroys a swapchain.
|
|
|
|
include::../validity/protos/vkDestroySwapchainKHR.txt[]
|
|
|
|
See Also
|
|
--------
|
|
|
|
flink:vkCreateSwapchainKHR, flink:vkCreateSharedSwapchainsKHR,
|
|
flink:vkGetSwapchainImagesKHR, flink:vkAcquireNextImageKHR,
|
|
flink:vkQueuePresentKHR
|
|
|
|
include::footer.txt[]
|