1 #ifndef MSP_GL_POSTPROCESSOR_H_
2 #define MSP_GL_POSTPROCESSOR_H_
10 Base class for post-processing effects.
17 virtual ~PostProcessor() { }
20 Renders the effect. Takes the source texture as a parameter.
22 virtual void render(const Texture2D &, const Texture2D &) = 0;