Monado OpenXR Runtime
comp_frame_params Struct Reference

Additional per-frame parameters. More...

#include <util/comp_base.h>

Collaboration diagram for comp_frame_params:

Data Fields

bool one_projection_layer_fast_path
 Special case one layer projection/projection-depth fast-path. More...
 
struct xrt_fov fovs [XRT_MAX_VIEWS]
 fov as reported by device for the current submit. More...
 
struct xrt_pose poses [XRT_MAX_VIEWS]
 absolute pose as reported by device for the current submit. More...
 

Detailed Description

Additional per-frame parameters.

Independent of graphics API, swapchain implementation, etc.

Field Documentation

◆ fovs

struct xrt_fov comp_frame_params::fovs[XRT_MAX_VIEWS]

fov as reported by device for the current submit.

◆ one_projection_layer_fast_path

bool comp_frame_params::one_projection_layer_fast_path

Special case one layer projection/projection-depth fast-path.

◆ poses

struct xrt_pose comp_frame_params::poses[XRT_MAX_VIEWS]

absolute pose as reported by device for the current submit.


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