refactor shaders.c and print error logs

This commit is contained in:
2025-09-13 18:04:00 +02:00
parent 4753e79853
commit db2645a1b5
7 changed files with 70 additions and 51 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
File read_file(char *path);
bool should_update_file(File *file);
bool should_update_file(File file);
void update_file(File *file);