We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb58005 commit 33cc9a0Copy full SHA for 33cc9a0
src/engine/renderer/glsl_source/lighttile_fp.glsl
@@ -59,7 +59,7 @@ uniform sampler2D u_DepthMap;
59
uniform int u_lightLayer;
60
uniform vec3 u_zFar;
61
62
-const int lightsPerLayer = 16;
+const uint lightsPerLayer = 16u;
63
64
#define idxs_t uvec4
65
0 commit comments