lovr/src
bjorn c6cb5451ee Set XR_LOADER_DEBUG environment variable to none;
LOVR doesn't require OpenXR to run.  When the headset module is enabled
and the openxr headset driver is enabled, LOVR tries to initialize
OpenXR, and if it fails then it will try the next driver.

The OpenXR loader will print error messages to stderr by default.  This
is undesirable because someone who is unfamiliar with OpenXR will see a
bunch of messages in their console that say "ERROR" and think something
is wrong, even though the messages are innocuous and don't indicate an
actual problem.

The only way to silence these messages from the OpenXR loader, to my
knowledge, is to set the XR_LOADER_DEBUG environment variable to 'none'.
This is only done when the environment variable isn't set, so it's still
possible to set XR_LOADER_DEBUG to see the logs.
2023-07-31 17:32:31 -07:00
..
api Merge pull request #688 from bjornbytes/mesh 2023-07-29 18:21:01 -07:00
core Restore w normalization in mat4:mul(vec3) 2023-07-15 18:06:36 +02:00
lib Backport Lua utf8 library; 2023-02-03 23:17:43 -08:00
modules Set XR_LOADER_DEBUG environment variable to none; 2023-07-31 17:32:31 -07:00
main.c Add --graphics-debug command line argument; 2023-05-03 20:54:19 -07:00
util.c Fix more prototypes; 2023-04-25 21:45:30 -07:00
util.h Create LOVR_NORETURN abstracting the contradictory noreturn implementations in C11 and C++11 2023-03-05 19:16:59 -05:00