mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 09:28:46 +02:00
Enable reprojection on OpenVR
This commit is contained in:
parent
574737fbb5
commit
99009d8a2d
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
const float TARGET_RATE_OpenVr = 90.0f; // FIXME: get from sdk tracked device property? This number is vive-only.
|
const float TARGET_RATE_OpenVr = 90.0f; // FIXME: get from sdk tracked device property? This number is vive-only.
|
||||||
|
|
||||||
#define OPENVR_THREADED_SUBMIT 0
|
#define OPENVR_THREADED_SUBMIT 1
|
||||||
|
|
||||||
#if OPENVR_THREADED_SUBMIT
|
#if OPENVR_THREADED_SUBMIT
|
||||||
class OpenVrSubmitThread;
|
class OpenVrSubmitThread;
|
||||||
|
|
Loading…
Reference in a new issue