VTK
9.4.20250509
|
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_t > | ColorSwapchains |
std::vector< Swapchain_t > | DepthSwapchains |
std::vector< XrCompositionLayerProjectionView > | ProjectionLayerViews |
std::vector< XrCompositionLayerDepthInfoKHR > | DepthInfoViews |
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 613 of file vtkOpenXRManager.h.
XrViewState vtkOpenXRManager::RenderResources_t::ViewState { XR_TYPE_VIEW_STATE } |
Definition at line 615 of file vtkOpenXRManager.h.
std::vector<XrView> vtkOpenXRManager::RenderResources_t::Views |
Definition at line 617 of file vtkOpenXRManager.h.
std::vector<XrViewConfigurationView> vtkOpenXRManager::RenderResources_t::ConfigViews |
Definition at line 619 of file vtkOpenXRManager.h.
std::vector<Swapchain_t> vtkOpenXRManager::RenderResources_t::ColorSwapchains |
Definition at line 621 of file vtkOpenXRManager.h.
std::vector<Swapchain_t> vtkOpenXRManager::RenderResources_t::DepthSwapchains |
Definition at line 622 of file vtkOpenXRManager.h.
std::vector<XrCompositionLayerProjectionView> vtkOpenXRManager::RenderResources_t::ProjectionLayerViews |
Definition at line 624 of file vtkOpenXRManager.h.
std::vector<XrCompositionLayerDepthInfoKHR> vtkOpenXRManager::RenderResources_t::DepthInfoViews |
Definition at line 625 of file vtkOpenXRManager.h.