qzdoom/wadsrc/static/shaders
Christoph Oelckers cd5aa65fda - eliminate an unexpected slow path in the fragment shader.
Apparently with checking uLightLevel the shader cannot discard the slow software lighting path entirely adding a significant amount of processing time.
Changed to check the actual lightmode value, which re-enables the fast path again.
2021-08-09 19:50:45 +02:00
..
glsl - eliminate an unexpected slow path in the fragment shader. 2021-08-09 19:50:45 +02:00
pp - fix HDR shader, again 2020-10-27 11:52:17 -04:00