Monado OpenXR Runtime
Data Fields
oxr_system Struct Reference

Single or multiple devices grouped together to form a system that sessions can be created from. More...

#include <oxr/oxr_objects.h>

Collaboration diagram for oxr_system:
Collaboration graph
[legend]

Data Fields

struct oxr_instanceinst
 
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]
 

Detailed Description

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.

OpenXR Object:
XrSystemId

The documentation for this struct was generated from the following file: