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

This commit is contained in:
2026-08-28 20:10:09 +02:00
parent 749206746d
commit 674dc50ff7
11 changed files with 329 additions and 603 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) {