|
Monado OpenXR Runtime
|
Single or multiple devices grouped together to form a system that sessions can be created from. More...
#include <oxr/oxr_objects.h>

Data Fields | |
| struct oxr_instance * | inst |
| union { | |
| struct { | |
| struct xrt_device * head | |
| struct xrt_device * left | |
| struct xrt_device * right | |
| } | |
| struct xrt_device * xdevs [16] | |
| }; | |
| size_t | num_xdevs |
| XrSystemId | systemId |
| XrFormFactor | form_factor |
| XrViewConfigurationType | view_config_type |
| XrViewConfigurationView | views [2] |
| uint32_t | num_blend_modes |
| XrEnvironmentBlendMode | blend_modes [3] |
Single or multiple devices grouped together to form a system that sessions can be created from.
Might need to open devices in order to get all properties from it, but shouldn't.
1.8.13