]> git.sesse.net Git - movit/blobdiff - colorspace_conversion_effect.h
Support chaining certain effects after compute shaders.
[movit] / colorspace_conversion_effect.h
index d8754654d6d2b5023fa669197c617389cb40933a..a59d4766a8ba3699b23723d6b87fd64cab4dc6c4 100644 (file)
@@ -28,7 +28,7 @@ public:
 
        bool needs_srgb_primaries() const override { return false; }
        AlphaHandling alpha_handling() const override { return DONT_CARE_ALPHA_TYPE; }
-       bool one_to_one_sampling() const override { return true; }
+       bool strong_one_to_one_sampling() const override { return true; }
 
        // Get a conversion matrix from the given color space to XYZ.
        static Eigen::Matrix3d get_xyz_matrix(Colorspace space);