ported all fx

This commit is contained in:
2025-09-19 21:17:32 +02:00
parent 60056fd48a
commit ef49f2d4c2
2 changed files with 342 additions and 61 deletions
+1 -1
View File
@@ -340,5 +340,5 @@ void shaders_apply(ShaderProgram program, Context context) {
}
}
use_program(program, program.frag_monitor_index, true, context);
use_program(program, program.frag_output_index, true, context);
}