common code for shaders

This commit is contained in:
2025-09-15 23:39:18 +02:00
parent 858d504528
commit e91c113471
16 changed files with 139 additions and 91 deletions
+1 -3
View File
@@ -256,6 +256,4 @@ void apply_program(ShaderProgram program, Context context) {
// draw output
glDrawArrays(GL_TRIANGLES, 0, 6);
}
}
// TODO clean buffers from opengl memories
}