]> git.sesse.net Git - movit/blobdiff - luma_mix_effect.h
Support chaining certain effects after compute shaders.
[movit] / luma_mix_effect.h
index fec402fd89dd53048844ec9f70b4358d80ed6772..1272731b34fc9bef5367332cac92d0e0658b1482 100644 (file)
@@ -26,7 +26,7 @@ public:
 
        bool needs_srgb_primaries() const override { return false; }
        unsigned num_inputs() const override { return 3; }
-       bool one_to_one_sampling() const override { return true; }
+       bool strong_one_to_one_sampling() const override { return true; }
        AlphaHandling alpha_handling() const override { return INPUT_PREMULTIPLIED_ALPHA_KEEP_BLANK; }
 
 private: