feat: working include directive

This commit is contained in:
2025-11-08 18:24:52 +01:00
parent de5fc8c641
commit 9c60d5dc4f
25 changed files with 248 additions and 154 deletions
+4 -3
View File
@@ -3,10 +3,11 @@
#ifndef SHADERS_H
#define SHADERS_H
ShaderProgram shaders_init(Project project, SharedContext *context,
VideoCaptureArray inputs, ShaderProgram *previous);
void shaders_init(ShaderProgram *program, Project *project,
SharedContext *context, VideoCaptureArray inputs,
bool rebind);
void shaders_update(ShaderProgram program, FileArray fragment_shaders,
void shaders_update(ShaderProgram program, File fragment_shader,
unsigned int i);
void shaders_compute(ShaderProgram program, SharedContext *context,