|
Blender
V2.93
|
Public Attributes | |
| XrSystemId | system_id = XR_NULL_SYSTEM_ID |
| XrSession | session = XR_NULL_HANDLE |
| XrSessionState | session_state = XR_SESSION_STATE_UNKNOWN |
| const XrViewConfigurationType | view_type = XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO |
| XrSpace | reference_space |
| XrSpace | view_space |
| std::vector< XrView > | views |
| std::vector< GHOST_XrSwapchain > | swapchains |
Definition at line 38 of file GHOST_XrSession.cpp.
| XrSpace OpenXRSessionData::reference_space |
Definition at line 45 of file GHOST_XrSession.cpp.
Referenced by create_reference_spaces().
| XrSession OpenXRSessionData::session = XR_NULL_HANDLE |
Definition at line 40 of file GHOST_XrSession.cpp.
Referenced by create_reference_spaces().
| XrSessionState OpenXRSessionData::session_state = XR_SESSION_STATE_UNKNOWN |
Definition at line 41 of file GHOST_XrSession.cpp.
| std::vector<GHOST_XrSwapchain> OpenXRSessionData::swapchains |
Definition at line 48 of file GHOST_XrSession.cpp.
| XrSystemId OpenXRSessionData::system_id = XR_NULL_SYSTEM_ID |
Definition at line 39 of file GHOST_XrSession.cpp.
| XrSpace OpenXRSessionData::view_space |
Definition at line 46 of file GHOST_XrSession.cpp.
Referenced by create_reference_spaces().
| const XrViewConfigurationType OpenXRSessionData::view_type = XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO |
Definition at line 44 of file GHOST_XrSession.cpp.
| std::vector<XrView> OpenXRSessionData::views |
Definition at line 47 of file GHOST_XrSession.cpp.