X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=vignette_effect.h;fp=vignette_effect.h;h=2239f969b536d6500fc1cf097b02a9cfcdf7127f;hp=8a2229cfd0ffb8f502c4b7c3ead5638dc7718a0a;hb=e683d4e49549b2d4c6906d2ebc4184904f4fe9f8;hpb=f909bfe0621e8c844695ef327b71457893633cae diff --git a/vignette_effect.h b/vignette_effect.h index 8a2229c..2239f96 100644 --- a/vignette_effect.h +++ b/vignette_effect.h @@ -19,7 +19,7 @@ public: bool needs_srgb_primaries() const override { return false; } AlphaHandling alpha_handling() const override { return DONT_CARE_ALPHA_TYPE; } - bool one_to_one_sampling() const override { return true; } + bool strong_one_to_one_sampling() const override { return true; } void inform_input_size(unsigned input_num, unsigned width, unsigned height) override; void set_gl_state(GLuint glsl_program_num, const std::string &prefix, unsigned *sampler_num) override;