X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=alpha_multiplication_effect.h;h=50333cbcf7b42f87b346c19a253f3d6babc6aa1d;hp=85f08f87d1fac288ee87c2371579e2c38137671b;hb=e683d4e49549b2d4c6906d2ebc4184904f4fe9f8;hpb=f909bfe0621e8c844695ef327b71457893633cae diff --git a/alpha_multiplication_effect.h b/alpha_multiplication_effect.h index 85f08f8..50333cb 100644 --- a/alpha_multiplication_effect.h +++ b/alpha_multiplication_effect.h @@ -14,7 +14,7 @@ public: AlphaMultiplicationEffect() {} std::string effect_type_id() const override { return "AlphaMultiplicationEffect"; } 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; } }; } // namespace movit