]> git.sesse.net Git - movit/blobdiff - blur_effect.h
Prepare for a more DAG-like effect graph. Does not actually do anything differently...
[movit] / blur_effect.h
index 3f86e1797529d6aadc06ba08611abfde5083a269..b47d89b82722a287318e4eef2a344e98330518a1 100644 (file)
@@ -26,7 +26,7 @@ public:
 
        virtual bool needs_texture_bounce() const { return true; }
        virtual bool needs_mipmaps() const { return true; }
-       virtual void add_self_to_effect_chain(std::vector<Effect *> *chain);
+       virtual void add_self_to_effect_chain(EffectChain *chain, Effect *input);
        virtual bool set_float(const std::string &key, float value);
        
 private: