VTK  9.2.6
Public Attributes | List of all members
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< SwapchainOpenGL_tColorSwapchains
 
std::vector< SwapchainOpenGL_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 553 of file vtkOpenXRManager.h.

Member Data Documentation

XrViewState vtkOpenXRManager::RenderResources_t::ViewState { XR_TYPE_VIEW_STATE }

Definition at line 555 of file vtkOpenXRManager.h.

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

Definition at line 557 of file vtkOpenXRManager.h.

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

Definition at line 559 of file vtkOpenXRManager.h.

std::vector<SwapchainOpenGL_t> vtkOpenXRManager::RenderResources_t::ColorSwapchains

Definition at line 561 of file vtkOpenXRManager.h.

std::vector<SwapchainOpenGL_t> vtkOpenXRManager::RenderResources_t::DepthSwapchains

Definition at line 562 of file vtkOpenXRManager.h.

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

Definition at line 564 of file vtkOpenXRManager.h.

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

Definition at line 565 of file vtkOpenXRManager.h.


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