1
0
Fork 0
mirror of https://github.com/bjornbytes/lovr.git synced 2024-07-04 13:33:34 +00:00
lovr/src/modules/headset
bjorn f370da90d5 OpenXR: Always return a valid view count;
View count is well-defined to be 2 with the current view configuration,
and people should be able to rely on getViewCount even before the views
are tracked.  It returns the number of views in the view configuration,
not the number of views with valid data.
2023-05-01 18:59:15 -07:00
..
headset.c Fix prototypes; 2023-04-25 21:37:14 -07:00
headset.h Add lovr.headset.isPassthroughEnabled and lovr.headset.setPassthroughEnabled; 2023-02-05 19:51:12 -08:00
headset_desktop.c Add lovr.headset.isPassthroughEnabled and lovr.headset.setPassthroughEnabled; 2023-02-05 19:51:12 -08:00
headset_openxr.c OpenXR: Always return a valid view count; 2023-05-01 18:59:15 -07:00
headset_webxr.c Fix more prototypes; 2023-04-25 21:45:30 -07:00