monitor and output at the same time

This commit is contained in:
2025-09-21 01:09:30 +02:00
parent fbacc609c0
commit ba2ccd3611
8 changed files with 118 additions and 48 deletions
+1 -1
View File
@@ -9,6 +9,6 @@ ShaderProgram shaders_init(File *fragment_shaders, ConfigFile shader_config,
void shaders_update(ShaderProgram program, File *fragment_shaders,
unsigned int i);
void shaders_apply(ShaderProgram program, Context context);
void shaders_compute(ShaderProgram program, Context context, bool monitor);
#endif /* SHADERS_H */