wip extract to files

This commit is contained in:
2025-09-13 14:30:23 +02:00
parent 2fa6c42799
commit 530d868364
11 changed files with 187 additions and 143 deletions
+6
View File
@@ -1,4 +1,10 @@
#include "types.h"
#ifndef SHADERS_H
#define SHADERS_H
ShaderProgram init_program(File fragment_shader);
void update_program(ShaderProgram program, File fragment_shader);
#endif