X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=glow_effect.h;h=340cf3d76888950ee3c536794c1bb32f1b360595;hb=e683d4e49549b2d4c6906d2ebc4184904f4fe9f8;hp=e1599998f74503feda82170eb505fe13e636bb11;hpb=f909bfe0621e8c844695ef327b71457893633cae;p=movit diff --git a/glow_effect.h b/glow_effect.h index e159999..340cf3d 100644 --- a/glow_effect.h +++ b/glow_effect.h @@ -52,7 +52,7 @@ public: std::string output_fragment_shader() override; AlphaHandling alpha_handling() const override { return INPUT_PREMULTIPLIED_ALPHA_KEEP_BLANK; } - bool one_to_one_sampling() const override { return true; } + bool strong_one_to_one_sampling() const override { return true; } private: float cutoff;