X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=glow_effect.h;h=04b48f9aa165e55ab7ba139dba36c883fb492f9b;hp=1b5644ba62db9a835e911484e21897b3bb1abf27;hb=f52ae2984b179e8d91e3d78ecc72888644fce406;hpb=f99ad333a7acbb6c8c995dbb036484ae8940c490 diff --git a/glow_effect.h b/glow_effect.h index 1b5644b..04b48f9 100644 --- a/glow_effect.h +++ b/glow_effect.h @@ -15,7 +15,7 @@ public: virtual bool needs_srgb_primaries() const { return false; } - virtual void add_self_to_effect_chain(EffectChain *chain, const std::vector &input); + virtual void rewrite_graph(EffectChain *graph, Node *self); virtual bool set_float(const std::string &key, float value); virtual std::string output_fragment_shader() {