X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=gamma_expansion_effect.h;h=1125d11f83cab515460d721e7011a434dfbea1ff;hb=17c083aad45a10df14c38cfe879a87220dfd4fb9;hp=41d4bf0a9e7a727fdb65fa9bf43c11a3558d0879;hpb=a5f301c52c22bc29ade2a2b39f4ff3e4b10310a7;p=movit diff --git a/gamma_expansion_effect.h b/gamma_expansion_effect.h index 41d4bf0..1125d11 100644 --- a/gamma_expansion_effect.h +++ b/gamma_expansion_effect.h @@ -7,7 +7,7 @@ class GammaExpansionEffect : public Effect { public: GammaExpansionEffect(); - std::string output_glsl(); + std::string output_fragment_shader(); virtual bool needs_linear_light() { return false; } virtual bool needs_srgb_primaries() { return false; }