Blender
V3.3
|
Public Attributes | |
XrSystemId | system_id = XR_NULL_SYSTEM_ID |
XrSession | session = XR_NULL_HANDLE |
XrSessionState | session_state = XR_SESSION_STATE_UNKNOWN |
XrViewConfigurationType | view_type = XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO |
bool | foveation_supported = false |
XrSpace | reference_space |
XrSpace | view_space |
XrSpace | combined_eye_space |
std::vector< XrView > | views |
std::vector< GHOST_XrSwapchain > | swapchains |
std::map< std::string, GHOST_XrActionSet > | action_sets |
std::map< std::string, GHOST_XrControllerModel > | controller_models |
Definition at line 26 of file GHOST_XrSession.cpp.
std::map<std::string, GHOST_XrActionSet> OpenXRSessionData::action_sets |
Definition at line 41 of file GHOST_XrSession.cpp.
Referenced by find_action_set().
XrSpace OpenXRSessionData::combined_eye_space |
Definition at line 37 of file GHOST_XrSession.cpp.
Referenced by create_reference_spaces().
std::map<std::string, GHOST_XrControllerModel> OpenXRSessionData::controller_models |
Definition at line 43 of file GHOST_XrSession.cpp.
bool OpenXRSessionData::foveation_supported = false |
Definition at line 33 of file GHOST_XrSession.cpp.
Referenced by create_reference_spaces().
XrSpace OpenXRSessionData::reference_space |
Definition at line 35 of file GHOST_XrSession.cpp.
Referenced by create_reference_spaces().
XrSession OpenXRSessionData::session = XR_NULL_HANDLE |
Definition at line 28 of file GHOST_XrSession.cpp.
Referenced by create_reference_spaces().
XrSessionState OpenXRSessionData::session_state = XR_SESSION_STATE_UNKNOWN |
Definition at line 29 of file GHOST_XrSession.cpp.
std::vector<GHOST_XrSwapchain> OpenXRSessionData::swapchains |
Definition at line 39 of file GHOST_XrSession.cpp.
XrSystemId OpenXRSessionData::system_id = XR_NULL_SYSTEM_ID |
Definition at line 27 of file GHOST_XrSession.cpp.
XrSpace OpenXRSessionData::view_space |
Definition at line 36 of file GHOST_XrSession.cpp.
Referenced by create_reference_spaces().
XrViewConfigurationType OpenXRSessionData::view_type = XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO |
Definition at line 32 of file GHOST_XrSession.cpp.
std::vector<XrView> OpenXRSessionData::views |
Definition at line 38 of file GHOST_XrSession.cpp.