]> git.sesse.net Git - movit/blobdiff - effect_chain.h
Redo the phase generation; we now start at the output end instead of at the inputs...
[movit] / effect_chain.h
index 5b6996487c3244a8b7ddb380a840ad8e72c0d730..91b8e29f2c5fe12b5405e9778a3a3c948fab1d01 100644 (file)
@@ -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<Effect *> *completed_effects);
+       void construct_glsl_programs(Effect *output);
 
        unsigned width, height;
        ImageFormat output_format;