]> git.sesse.net Git - movit/blobdiff - alpha_division_effect.h
Collapse passes more aggressively in the face of size changes.
[movit] / alpha_division_effect.h
index ae8f786e3075040c147f844da3ff8afae2326667..2fd90820615269edad7a7655030c69d57ea01398 100644 (file)
@@ -14,6 +14,7 @@ public:
        AlphaDivisionEffect() {}
        virtual std::string effect_type_id() const { return "AlphaDivisionEffect"; }
        std::string output_fragment_shader();
+       virtual bool one_to_one_sampling() const { return true; }
 };
 
 }  // namespace movit