]> git.sesse.net Git - movit/blobdiff - multiply_effect.h
Release Movit 1.3.2. (From a branch, since I do not want to break ABI compatibility...
[movit] / multiply_effect.h
index 92e98e30944ec61eedca44e75e27276cef26a609..c017e06c10d46444fb9bdbefc27a08ecdf4d8b9f 100644 (file)
@@ -18,6 +18,7 @@ public:
        MultiplyEffect();
        virtual std::string effect_type_id() const { return "MultiplyEffect"; }
        std::string output_fragment_shader();
+       virtual bool one_to_one_sampling() const { return true; }
 
 private:
        RGBATuple factor;