X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=effect_chain.h;h=91b8e29f2c5fe12b5405e9778a3a3c948fab1d01;hp=5b6996487c3244a8b7ddb380a840ad8e72c0d730;hb=5aae6761385e1d64cb21b8c902f6b47b4f22690a;hpb=626dbd2b95fa5e8137ee1326d7f853a367b3bc6f diff --git a/effect_chain.h b/effect_chain.h index 5b69964..91b8e29 100644 --- a/effect_chain.h +++ b/effect_chain.h @@ -78,7 +78,7 @@ private: // Create all GLSL programs needed to compute the given effect, and all outputs // that depends on it (whenever possible). - void construct_glsl_programs(Effect *start, std::set *completed_effects); + void construct_glsl_programs(Effect *output); unsigned width, height; ImageFormat output_format;