style: format glsl files and fix inc_src

This commit is contained in:
2026-05-11 07:34:47 +02:00
parent 53c5639f92
commit dd20515e2b
21 changed files with 134 additions and 134 deletions
+2 -2
View File
@@ -30,8 +30,8 @@ void main() {
mix_value = mix(mix_value, mix_value * 0.9 + 0.05, iDemo);
if (mix_type) {
fragColor = mix(color_a, color_b, step(mix_value, k));
fragColor = mix(color_a, color_b, step(mix_value, k));
} else {
fragColor = mix(color_b, color_a, mix_value);
}
}
}