|
VTK
9.5.20251030
|
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 } |
Swapchain structure storing information common to all rendering backend.
Backend specific images are stored in vtkOpenXRManagerGraphics implementations.
Definition at line 598 of file vtkOpenXRManager.h.
| XrSwapchain vtkOpenXRManager::Swapchain_t::Swapchain |
Definition at line 600 of file vtkOpenXRManager.h.
| int64_t vtkOpenXRManager::Swapchain_t::Format { 0 } |
Definition at line 601 of file vtkOpenXRManager.h.
| uint32_t vtkOpenXRManager::Swapchain_t::Width { 0 } |
Definition at line 602 of file vtkOpenXRManager.h.
| uint32_t vtkOpenXRManager::Swapchain_t::Height { 0 } |
Definition at line 603 of file vtkOpenXRManager.h.