shared opengl context

This commit is contained in:
2025-09-21 03:05:32 +02:00
parent 4c61838665
commit 6714decf17
7 changed files with 111 additions and 115 deletions
+2 -2
View File
@@ -4,12 +4,12 @@
#define SHADERS_H
ShaderProgram shaders_init(File *fragment_shaders, ConfigFile shader_config,
Context context, unsigned int downscaling);
Context context, ShaderProgram *shared_program);
void shaders_update(ShaderProgram program, File *fragment_shaders,
unsigned int i);
void shaders_compute(ShaderProgram program, Context context, bool monitor,
unsigned int downscaling);
bool output_only);
#endif /* SHADERS_H */