Monado OpenXR Runtime
vive_tweaks.h
Go to the documentation of this file.
1
// Copyright 2023, Collabora, Ltd.
2
// SPDX-License-Identifier: BSL-1.0
3
/*!
4
* @file
5
* @brief Tweaks for various bits on Vive and Index headsets.
6
* @author Jakob Bornecrantz <jakob@collabora.com>
7
* @ingroup aux_vive
8
*/
9
10
#pragma once
11
12
#include "
xrt/xrt_compiler.h
"
13
14
15
#ifdef __cplusplus
16
extern
"C"
{
17
#endif
18
19
struct
vive_config
;
20
21
22
/*!
23
* Tweak the fov for the views on the given config, to make it better.
24
*
25
* @ingroup aux_vive
26
*/
27
void
28
vive_tweak_fov
(
struct
vive_config
*config);
29
30
31
#ifdef __cplusplus
32
}
// extern "C"
33
#endif
vive_tweak_fov
void vive_tweak_fov(struct vive_config *config)
Tweak the fov for the views on the given config, to make it better.
Definition:
vive_tweaks.c:80
vive_config
headset config.
Definition:
vive_config.h:143
xrt_compiler.h
Header holding common defines.
auxiliary
vive
vive_tweaks.h
Generated by
1.9.4