]> git.sesse.net Git - movit/blobdiff - diffusion_effect.h
Support chaining certain effects after compute shaders.
[movit] / diffusion_effect.h
index 253126eb9f78b298d2691f128111a4763d3f4ff7..a8babd0e92a518f0ee58542c6e8d7e63ae2be6a6 100644 (file)
@@ -57,7 +57,7 @@ public:
        AlphaHandling alpha_handling() const override { return INPUT_PREMULTIPLIED_ALPHA_KEEP_BLANK; }
 
        unsigned num_inputs() const override { return 2; }
-       bool one_to_one_sampling() const override { return true; }
+       bool strong_one_to_one_sampling() const override { return true; }
 
 private:
        float blurred_mix_amount;