docs: sample project

This commit is contained in:
2025-11-10 23:00:45 +01:00
parent fb5e5fcf38
commit 570c902909
7 changed files with 277 additions and 9 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ static void init_context(const Parameters *params, unsigned int in_count) {
static void free_context() { shared_close_context(context); }
static void reload_shader(unsigned int i) {
shaders_update(&program, &project.fragment_shaders[i][0], i);
shaders_update(&program, &project.fragment_shaders[i][0], i, &project);
}
static void init_inputs(const StringArray *video_in, unsigned int video_size) {