X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=multiply_effect.h;h=40a7a72791b8a332e3eda52d00b85ba5c86e6d1e;hp=9e3542de65969fbbc084da7b267747d9b4132ea9;hb=8ee9712bae3cff206b3e3205748633edb33cbbcf;hpb=39b6975420669958ed9f4013440aea415134a902 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;