rip 9nth texture

This commit is contained in:
2025-09-18 23:00:11 +02:00
parent cd0d67441e
commit 836feedf16
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ make -f Makefile.dev release-arch
- [x] Feedback texture
- [ ] Shaders config file
- [x] uniform config
- [ ] fragment output config
- [x] fragment config
- [ ] subroutines config
- [ ] Clean code
- [ ] Midi
+1 -1
View File
@@ -148,7 +148,7 @@ static void init_single_program(ShaderProgram *program, unsigned int i,
glAttachShader(program->programs[i], program->vertex_shader);
if (output) {
glAttachShader(program->programs[i], program->monitor_shader);
glAttachShader(program->programs[i], program->monitor_shader); // TODO tmp
} else {
glAttachShader(program->programs[i], program->fragment_shaders[i]);
}