X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=colorspace_conversion_effect.h;fp=colorspace_conversion_effect.h;h=3b21804cac103f56b2d71eaecc7ae93139266b3f;hp=6efc2a2c8e11b5cd4b0b46cf51d6e3202325fb37;hb=17c083aad45a10df14c38cfe879a87220dfd4fb9;hpb=a5f301c52c22bc29ade2a2b39f4ff3e4b10310a7 diff --git a/colorspace_conversion_effect.h b/colorspace_conversion_effect.h index 6efc2a2..3b21804 100644 --- a/colorspace_conversion_effect.h +++ b/colorspace_conversion_effect.h @@ -7,7 +7,7 @@ class ColorSpaceConversionEffect : public Effect { public: ColorSpaceConversionEffect(); - std::string output_glsl(); + std::string output_fragment_shader(); virtual bool needs_srgb_primaries() { return false; }