KDXr::Swapchain
Module: Public API
Swapchain is used to initialize the XR API.  More...
#include <KDXr/swapchain.h>
Public Functions
Friends
Detailed Description
Swapchain is used to initialize the XR API. 
See: SwapchainOptions
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 KDGpu::Handle< Swapchain_t > handle() const
  | 
 
function isValid
 | inline bool isValid() const
  | 
 
function operator KDGpu::Handle< Swapchain_t >
 | inline operator KDGpu::Handle< Swapchain_t >() const
  | 
 
function textures
 | inline const std::vector< KDGpu::Texture > & textures() const
  | 
 
function getNextTextureIndex
 | AcquireSwapchainTextureResult getNextTextureIndex(
    uint32_t & textureIndex
)
  | 
 
function waitForTexture
 | WaitSwapchainTextureResult waitForTexture(
    Duration timeout =InfiniteDuration
) const
  | 
 
function releaseTexture
 | ReleaseTextureResult releaseTexture()
  | 
 
Friends
friend Session
 | friend class Session(
    Session 
);
  | 
 
Updated on 2025-11-02 at 00:01:42 +0000