|
Monado OpenXR Runtime
|
Code to parse and handle the Vive Pro 2 configuration data. More...

Go to the source code of this file.
Data Structures | |
| struct | vp2_eye_coefficients |
| struct | vp2_wvr_coefficients |
| struct | vp2_modify_coefficients |
| struct | vp2_distortion_version |
| struct | vp2_warp_parameters |
| struct | vp2_eye_distortion |
| struct | vp2_config |
Functions | |
| enum vp2_distortion_model | vp2_string_to_distortion_model (const char *model_str) |
| bool | vp2_config_parse (const char *config_data, size_t config_size, struct vp2_config *out_config) |
| bool | vp2_distort (struct vp2_config *config, int eye, const struct xrt_vec2 *in, struct xrt_uv_triplet *out_result) |
| void | vp2_get_fov (struct vp2_config *config, int eye, struct xrt_fov *out_fov) |
Code to parse and handle the Vive Pro 2 configuration data.