From 05757e49098c67e03ba09c385a58293a95e31564 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 15 Jan 2026 23:51:54 +0000 Subject: Pass shaders through glslangValidator Fixes the issues it picked up. --- gfx/gl/shaders/directionalLight.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gfx/gl/shaders/directionalLight.fs') diff --git a/gfx/gl/shaders/directionalLight.fs b/gfx/gl/shaders/directionalLight.fs index cdf0389..7ee3452 100644 --- a/gfx/gl/shaders/directionalLight.fs +++ b/gfx/gl/shaders/directionalLight.fs @@ -48,7 +48,7 @@ isShaded(vec4 Position) return getShadow(positionInLightSpace, m, texelSize); } } - return 1; + return 1.0; } void -- cgit v1.2.3