]> git.sesse.net Git - movit/blobdiff - vignette_effect.h
Support chaining certain effects after compute shaders.
[movit] / vignette_effect.h
index 8a2229cfd0ffb8f502c4b7c3ead5638dc7718a0a..2239f969b536d6500fc1cf097b02a9cfcdf7127f 100644 (file)
@@ -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;