1 #define GL_GLEXT_PROTOTYPES 1
3 #include "saturation_effect.h"
10 SaturationEffect::SaturationEffect()
13 register_float("saturation", &saturation);
16 string SaturationEffect::output_fragment_shader()
18 return read_file("saturation_effect.frag");