|
Monado OpenXR Runtime
|
Can be one of 3 references or a space that are bound to actions. More...
#include <oxr/oxr_objects.h>

Data Fields | |
| struct oxr_handle_base | handle |
| Common structure for things referred to by OpenXR handles. More... | |
| struct oxr_session * | sess |
| Onwer of this space. More... | |
| struct xrt_pose | pose |
| Pose that was given during creation. More... | |
| XrReferenceSpaceType | type |
| What kind of reference space is this, if any. More... | |
| uint32_t | act_key |
| Action key from which action this space was created from. More... | |
| bool | is_reference |
| Is this a reference space? More... | |
| struct oxr_sub_paths | sub_paths |
| Which sub action path is this? More... | |
Can be one of 3 references or a space that are bound to actions.
| uint32_t oxr_space::act_key |
Action key from which action this space was created from.
| struct oxr_handle_base oxr_space::handle |
Common structure for things referred to by OpenXR handles.
| bool oxr_space::is_reference |
Is this a reference space?
Referenced by oxr_session_views().
| struct oxr_session* oxr_space::sess |
Onwer of this space.
Referenced by oxr_space_locate().
| struct oxr_sub_paths oxr_space::sub_paths |
Which sub action path is this?
| XrReferenceSpaceType oxr_space::type |
What kind of reference space is this, if any.
1.8.13