KDGpu::ApiSwapchain¶
Module: API
#include <api_swapchain.h>
Inherited by KDGpu::VulkanSwapchain
Public Functions¶
| Name | |
|---|---|
| virtual std::vector< Handle< Texture_t > > | getTextures() =0 | 
| virtual AcquireImageResult | getNextImageIndex(uint32_t & imageIndex, const Handle< GpuSemaphore_t > & semaphore) =0 | 
Public Functions Documentation¶
function getTextures¶
1 |  | 
Reimplemented by: KDGpu::VulkanSwapchain::getTextures
function getNextImageIndex¶
1 2 3 4  |  | 
Reimplemented by: KDGpu::VulkanSwapchain::getNextImageIndex
Updated on 2025-07-08 at 12:01:11 +0000