wip config

This commit is contained in:
2025-09-18 20:27:00 +02:00
parent e811d404a1
commit 998c2cb222
14 changed files with 93 additions and 37 deletions
+3 -1
View File
@@ -14,6 +14,7 @@
typedef struct Parameters {
unsigned char screen;
char *frag_path;
char *frag_config_path;
bool hot_reload;
} Parameters;
@@ -37,7 +38,8 @@ typedef struct ShaderProgram {
GLuint programs[FRAG_COUNT + 1];
GLuint vertex_shader;
GLuint output_fragment_shader;
GLuint output_shader;
GLuint monitor_shader;
GLuint fragment_shaders[FRAG_COUNT];