VTK
9.3.0
|
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 551 of file vtkOpenXRManager.h.
XrViewState vtkOpenXRManager::RenderResources_t::ViewState { XR_TYPE_VIEW_STATE } |
Definition at line 553 of file vtkOpenXRManager.h.
std::vector<XrView> vtkOpenXRManager::RenderResources_t::Views |
Definition at line 555 of file vtkOpenXRManager.h.
std::vector<XrViewConfigurationView> vtkOpenXRManager::RenderResources_t::ConfigViews |
Definition at line 557 of file vtkOpenXRManager.h.
std::vector<Swapchain_t> vtkOpenXRManager::RenderResources_t::ColorSwapchains |
Definition at line 559 of file vtkOpenXRManager.h.
std::vector<Swapchain_t> vtkOpenXRManager::RenderResources_t::DepthSwapchains |
Definition at line 560 of file vtkOpenXRManager.h.
std::vector<XrCompositionLayerProjectionView> vtkOpenXRManager::RenderResources_t::ProjectionLayerViews |
Definition at line 562 of file vtkOpenXRManager.h.
std::vector<XrCompositionLayerDepthInfoKHR> vtkOpenXRManager::RenderResources_t::DepthInfoViews |
Definition at line 563 of file vtkOpenXRManager.h.