Blender
V3.3
|
Go to the source code of this file.
Macros | |
#define | CHECK_XR(call, error_msg) |
#define | CHECK_XR_ASSERT(call) |
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 14 of file GHOST_Xr_intern.h.
#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 27 of file GHOST_Xr_intern.h.
|
inline |
Definition at line 35 of file GHOST_Xr_intern.h.
Referenced by GHOST_XrActionSpace::GHOST_XrActionSpace().
|
inline |
Definition at line 47 of file GHOST_Xr_intern.h.
Referenced by ghost_xr_draw_view_info_from_view(), and GHOST_XrAction::updateState().