]> git.sesse.net Git - movit/blobdiff - colorspace_conversion_effect.h
Add the rest of the files for the premultiplied alpha commit.
[movit] / colorspace_conversion_effect.h
index 33a04ed451a201d66ada7d97083c2b73a29a3694..93db321d79a3f9e201efca2e5ee6d35fd19e195e 100644 (file)
@@ -18,6 +18,7 @@ public:
        std::string output_fragment_shader();
 
        virtual bool needs_srgb_primaries() const { return false; }
+       virtual AlphaHandling alpha_handling() const { return DONT_CARE_ALPHA_TYPE; }
 
 private:
        Colorspace source_space, destination_space;