vkGetSwapchainImagesKHR
vkGetSwapchainImagesKHR is a Vulkan device-level command that retrieves the array of VkImage handles backing a swapchain. It is provided as part of the VK_KHR_swapchain extension and is essential for obtaining the actual images the presentation engine will display.
Usage typically follows a two-step pattern. First, call the function with pSwapchainImageCount pointing to a zero-initialized
The parameters are: device (the logical device), swapchain (the swapchain to query), pSwapchainImageCount (in/out count of
Notes and considerations include that the number and identity of swapchain images are determined when the