|
Blender V4.3
|
Go to the source code of this file.
Macros | |
| #define | CHECK_XR(call, error_msg) |
| #define | CHECK_XR_ASSERT(call) |
| #define | INIT_EXTENSION_FUNCTION(name) |
Functions | |
| void | copy_ghost_pose_to_openxr_pose (const GHOST_XrPose &ghost_pose, XrPosef &r_oxr_pose) |
| void | copy_openxr_pose_to_ghost_pose (const XrPosef &oxr_pose, GHOST_XrPose &r_ghost_pose) |
| #define CHECK_XR | ( | call, | |
| error_msg ) |
Definition at line 16 of file GHOST_Xr_intern.hh.
Referenced by GHOST_XrSwapchain::acquireDrawableSwapchainImage(), GHOST_XrAction::applyHapticFeedback(), GHOST_XrSession::attachActionSets(), create_reference_spaces(), GHOST_XrAction::GHOST_XrAction(), GHOST_XrActionProfile::GHOST_XrActionProfile(), GHOST_XrActionSet::GHOST_XrActionSet(), GHOST_XrActionSpace::GHOST_XrActionSpace(), GHOST_XrControllerModel::GHOST_XrControllerModel(), GHOST_XrSwapchain::GHOST_XrSwapchain(), GHOST_XrControllerModel::load(), GHOST_XrSwapchain::releaseImage(), GHOST_XrSession::start(), GHOST_XrAction::stopHapticFeedback(), swapchain_images_create(), GHOST_XrSession::syncActions(), GHOST_XrControllerModel::updateComponents(), and GHOST_XrAction::updateState().
| #define CHECK_XR_ASSERT | ( | call | ) |
Variation of CHECK_XR() that doesn't throw, but asserts for success. Especially useful for destructors, which shouldn't throw.
Definition at line 29 of file GHOST_Xr_intern.hh.
Referenced by GHOST_XrAction::~GHOST_XrAction(), GHOST_XrActionSet::~GHOST_XrActionSet(), GHOST_XrActionSpace::~GHOST_XrActionSpace(), GHOST_XrContext::~GHOST_XrContext(), GHOST_XrSession::~GHOST_XrSession(), and GHOST_XrSwapchain::~GHOST_XrSwapchain().
| #define INIT_EXTENSION_FUNCTION | ( | name | ) |
Definition at line 37 of file GHOST_Xr_intern.hh.
Referenced by init_controller_model_extension_functions(), and init_passthrough_extension_functions().
|
inline |
Definition at line 42 of file GHOST_Xr_intern.hh.
Referenced by GHOST_XrActionSpace::GHOST_XrActionSpace().
|
inline |
Definition at line 54 of file GHOST_Xr_intern.hh.
Referenced by ghost_xr_draw_view_info_from_view(), and GHOST_XrAction::updateState().