VTK  9.6.20260201
vtkOpenXRManager::Swapchain_t Struct Reference

Swapchain structure storing information common to all rendering backend. More...

#include <vtkOpenXRManager.h>

Public Attributes

XrSwapchain Swapchain
 
int64_t Format { 0 }
 
uint32_t Width { 0 }
 
uint32_t Height { 0 }
 

Detailed Description

Swapchain structure storing information common to all rendering backend.

Backend specific images are stored in vtkOpenXRManagerGraphics implementations.

Definition at line 591 of file vtkOpenXRManager.h.

Member Data Documentation

◆ Swapchain

XrSwapchain vtkOpenXRManager::Swapchain_t::Swapchain

Definition at line 593 of file vtkOpenXRManager.h.

◆ Format

int64_t vtkOpenXRManager::Swapchain_t::Format { 0 }

Definition at line 594 of file vtkOpenXRManager.h.

◆ Width

uint32_t vtkOpenXRManager::Swapchain_t::Width { 0 }

Definition at line 595 of file vtkOpenXRManager.h.

◆ Height

uint32_t vtkOpenXRManager::Swapchain_t::Height { 0 }

Definition at line 596 of file vtkOpenXRManager.h.


The documentation for this struct was generated from the following file: