X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=alpha_division_effect.h;h=554a1868751c969c4688bab4464b26f276fbdef1;hp=92581710c0c739c418dbc342683f85be10b4e03a;hb=8ee9712bae3cff206b3e3205748633edb33cbbcf;hpb=39b6975420669958ed9f4013440aea415134a902 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