chore: shaders upgrade

This commit is contained in:
2025-11-07 18:06:51 +01:00
parent 1ed3f4baf5
commit 261ff88583
9 changed files with 97 additions and 92 deletions
+1 -1
View File
@@ -536,7 +536,7 @@ static void use_program(ShaderProgram program, int i, bool output,
for (j = 0; j < program.frag_count; j++) {
write_uniform_1i(program.istate_locations[i * program.frag_count + j],
context->state.values[j]);
context->state.values[j] + 1);
}
offset = 0;