Monado OpenXR Runtime
r_head_data Struct Reference
Collaboration diagram for r_head_data:

Data Fields

struct {
   struct xrt_fov   fov
 The field of view values of this view. More...
 
   struct xrt_pose   pose
 The pose of this view relative to r_head_data::center. More...
 
   uint32_t   _pad
 Padded to fov(16) + pose(16 + 12) + 4 = 48. More...
 
views [2]
 
struct xrt_pose center
 The center of the head, in OpenXR terms the view space. More...
 
bool per_view_data_valid
 Is the per view data valid and should be used? More...
 
bool _pad0
 pose(16 + 12) bool(1) + pad(3) = 32. More...
 
bool _pad1
 
bool _pad2
 

Field Documentation

◆ _pad

uint32_t r_head_data::_pad

Padded to fov(16) + pose(16 + 12) + 4 = 48.

◆ _pad0

bool r_head_data::_pad0

pose(16 + 12) bool(1) + pad(3) = 32.

◆ center

struct xrt_pose r_head_data::center

The center of the head, in OpenXR terms the view space.

◆ fov

struct xrt_fov r_head_data::fov

The field of view values of this view.

◆ per_view_data_valid

bool r_head_data::per_view_data_valid

Is the per view data valid and should be used?

◆ pose

struct xrt_pose r_head_data::pose

The pose of this view relative to r_head_data::center.


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