KDGpu::Swapchain
Module: Public API
Swapchain.
#include <swapchain.h>
Public Functions
Friends
Public Functions Documentation
function Swapchain
function ~Swapchain
function Swapchain
| Swapchain(
Swapchain && other
)
|
function operator=
| Swapchain & operator=(
Swapchain && other
)
|
function Swapchain
| Swapchain(
const Swapchain &
) =delete
|
function operator=
| Swapchain & operator=(
const Swapchain &
) =delete
|
function handle
| inline const Handle< Swapchain_t > & handle() const
|
function isValid
| inline bool isValid() const
|
function operator Handle< Swapchain_t >
| inline operator Handle< Swapchain_t >() const
|
function textures
| inline const std::vector< Texture > & textures() const
|
function getNextImageIndex
| AcquireImageResult getNextImageIndex(
uint32_t & imageIndex,
const Handle< GpuSemaphore_t > & semaphore =Handle< GpuSemaphore_t >()
)
|
Friends
friend Device
| friend class Device(
Device
);
|
Updated on 2024-11-22 at 00:02:02 +0000