lovr/src
bjorn 61abb6f02b More strict compute shader test;
Some hardware supports ARB_compute_shader but not 4.3, causing
shader compilation failures because currently we switch to GLSL 430
if compute shaders are detected.

Instead, just detect GL 4.3 instead of looking for the compute shader
extension.  This means that compute shaders will sometimes be
unavailable even when they're supported.

It would be possible to improve this by modifying the way shaders
are compiled.  Maybe the highest supported GLSL version should be used,
but this makes shader authoring somewhat more difficult.
2020-09-24 05:29:35 -07:00
..
api Fix backwards type errors; 2020-09-21 17:32:53 -07:00
core mat4_fromQuat; mat4_getFov; getViewPose/Angles fixes; 2020-09-24 04:59:53 -07:00
lib Windows: Thread:wait no longer destroys thread; 2020-09-19 17:42:55 -07:00
modules More strict compute shader test; 2020-09-24 05:29:35 -07:00
resources Fix lovrInstanceID on non-singlepass setups; 2020-09-19 17:33:49 -07:00
main.c WebXR updates; 2020-08-20 13:28:07 -06:00