Monado OpenXR Runtime
|
Additional per-frame parameters. More...
#include <util/comp_base.h>
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... | |
Additional per-frame parameters.
Independent of graphics API, swapchain implementation, etc.
struct xrt_fov comp_frame_params::fovs[XRT_MAX_VIEWS] |
fov as reported by device for the current submit.
bool comp_frame_params::one_projection_layer_fast_path |
Special case one layer projection/projection-depth fast-path.
struct xrt_pose comp_frame_params::poses[XRT_MAX_VIEWS] |
absolute pose as reported by device for the current submit.