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 2024-11-21 at 00:08:26 +0000