X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=saturation_effect.h;h=6cfc3d0ee0392c49d18e5a0b3f782c40fc5889e9;hp=3f057e9a4b5e00f2cdc5b0769e27328e14435009;hb=75c27c449aabb27ed0b028b57b20d70005a6e447;hpb=19a5a44c107dbba0e784ffb7ffcbcd8dd8e91119 diff --git a/saturation_effect.h b/saturation_effect.h index 3f057e9..6cfc3d0 100644 --- a/saturation_effect.h +++ b/saturation_effect.h @@ -6,7 +6,7 @@ class SaturationEffect : public Effect { public: SaturationEffect(); - std::string output_glsl(); + std::string output_fragment_shader(); private: float saturation;