read fragment shader from file

This commit is contained in:
2025-09-12 19:19:45 +02:00
parent fda0de78c7
commit f90e842bd8
10 changed files with 121 additions and 51 deletions
+2
View File
@@ -9,4 +9,6 @@ bool should_update_file(File *file);
void update_file(File *file);
void free_file(File *file);
#endif