remove glfw+gl from forge.c

This commit is contained in:
2025-09-13 16:51:18 +02:00
parent 68ad351d2f
commit f5919f3231
6 changed files with 83 additions and 30 deletions
+2
View File
@@ -7,4 +7,6 @@ ShaderProgram init_program(File fragment_shader);
void update_program(ShaderProgram program, File fragment_shader);
void apply_program(ShaderProgram program, Context context);
#endif