VTK  9.6.20260428
vtk::detail::vtkOpenXRManager::RenderResources_t Struct Reference

This struct stores all needed information to render the images and send it to the user We can't make a vector of struct because OpenXR SDK needs an array of XrXXX for xrEnumerate functions. More...

#include <vtkOpenXRManager.h>

Public Attributes

XrViewState ViewState { XR_TYPE_VIEW_STATE }
 
std::vector< XrView > Views
 
std::vector< XrViewConfigurationView > ConfigViews
 
std::vector< Swapchain_tColorSwapchains
 
std::vector< Swapchain_tDepthSwapchains
 
std::vector< XrCompositionLayerProjectionView > ProjectionLayerViews
 
std::vector< XrCompositionLayerDepthInfoKHR > DepthInfoViews
 

Detailed Description

This struct stores all needed information to render the images and send it to the user We can't make a vector of struct because OpenXR SDK needs an array of XrXXX for xrEnumerate functions.

Definition at line 597 of file vtkOpenXRManager.h.

Member Data Documentation

◆ ViewState

XrViewState vtk::detail::vtkOpenXRManager::RenderResources_t::ViewState { XR_TYPE_VIEW_STATE }

Definition at line 599 of file vtkOpenXRManager.h.

◆ Views

std::vector<XrView> vtk::detail::vtkOpenXRManager::RenderResources_t::Views

Definition at line 601 of file vtkOpenXRManager.h.

◆ ConfigViews

std::vector<XrViewConfigurationView> vtk::detail::vtkOpenXRManager::RenderResources_t::ConfigViews

Definition at line 603 of file vtkOpenXRManager.h.

◆ ColorSwapchains

std::vector<Swapchain_t> vtk::detail::vtkOpenXRManager::RenderResources_t::ColorSwapchains

Definition at line 605 of file vtkOpenXRManager.h.

◆ DepthSwapchains

std::vector<Swapchain_t> vtk::detail::vtkOpenXRManager::RenderResources_t::DepthSwapchains

Definition at line 606 of file vtkOpenXRManager.h.

◆ ProjectionLayerViews

std::vector<XrCompositionLayerProjectionView> vtk::detail::vtkOpenXRManager::RenderResources_t::ProjectionLayerViews

Definition at line 608 of file vtkOpenXRManager.h.

◆ DepthInfoViews

std::vector<XrCompositionLayerDepthInfoKHR> vtk::detail::vtkOpenXRManager::RenderResources_t::DepthInfoViews

Definition at line 609 of file vtkOpenXRManager.h.


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