X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=multiply_effect.h;h=40a7a72791b8a332e3eda52d00b85ba5c86e6d1e;hp=9e3542de65969fbbc084da7b267747d9b4132ea9;hb=e683d4e49549b2d4c6906d2ebc4184904f4fe9f8;hpb=f909bfe0621e8c844695ef327b71457893633cae diff --git a/multiply_effect.h b/multiply_effect.h index 9e3542d..40a7a72 100644 --- a/multiply_effect.h +++ b/multiply_effect.h @@ -18,7 +18,7 @@ public: MultiplyEffect(); std::string effect_type_id() const override { return "MultiplyEffect"; } std::string output_fragment_shader() override; - bool one_to_one_sampling() const override { return true; } + bool strong_one_to_one_sampling() const override { return true; } private: RGBATuple factor;