refactor(default): glsl cleaning (2/2)

This commit is contained in:
2026-08-28 20:08:41 +02:00
parent 749206746d
commit 118fc0d67e
11 changed files with 328 additions and 601 deletions
+1 -1
View File
@@ -364,7 +364,7 @@ float write_int(vec2 uv, vec2 pos, int value, int magnitude)
{
value = max(0, value);
int i;
uint m = 1;
int m = 1;
float d = 0.;
for (i = 0; i < magnitude; i++) {
if (i == 0 || value >= m) {