read fragment shader from file at argument path

This commit is contained in:
2025-09-12 19:39:24 +02:00
parent f90e842bd8
commit ff0a4ebdae
5 changed files with 45 additions and 26 deletions
+1
View File
@@ -9,6 +9,7 @@
typedef struct Parameters {
unsigned char screen;
char *frag_path;
} Parameters;
typedef struct Vertex {