X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=alpha_division_effect.h;fp=alpha_division_effect.h;h=554a1868751c969c4688bab4464b26f276fbdef1;hp=92581710c0c739c418dbc342683f85be10b4e03a;hb=e683d4e49549b2d4c6906d2ebc4184904f4fe9f8;hpb=f909bfe0621e8c844695ef327b71457893633cae;ds=sidebyside diff --git a/alpha_division_effect.h b/alpha_division_effect.h index 9258171..554a186 100644 --- a/alpha_division_effect.h +++ b/alpha_division_effect.h @@ -14,7 +14,7 @@ public: AlphaDivisionEffect() {} std::string effect_type_id() const override { return "AlphaDivisionEffect"; } 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