]> git.sesse.net Git - movit/blobdiff - glow_effect.h
Fix a comment.
[movit] / glow_effect.h
index 2a2af16dd3abbd7d1bded97de0aaad88475b63bf..02520d7bd9ad8f87f38dd9c4365f63be9e85851f 100644 (file)
@@ -52,6 +52,7 @@ public:
        std::string output_fragment_shader();
        
        virtual AlphaHandling alpha_handling() const { return INPUT_PREMULTIPLIED_ALPHA_KEEP_BLANK; }
+       virtual bool one_to_one_sampling() const { return true; }
 
 private:
        float cutoff;