1 #define GL_GLEXT_PROTOTYPES 1
3 #include "saturation_effect.h"
6 SaturationEffect::SaturationEffect()
9 register_float("saturation", &saturation);
12 std::string SaturationEffect::output_fragment_shader()
14 return read_file("saturation_effect.frag");