X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Feffects%2Fpostprocessor.h;h=02d9d17a6f104d3672dc152849eced83f5ca9adf;hp=06e03c3f7bee415d5df42a313763d7a15ac4c880;hb=HEAD;hpb=003890aeda3e2bb444d9560a8dd8f6aef924a1ee diff --git a/source/effects/postprocessor.h b/source/effects/postprocessor.h index 06e03c3f..02d9d17a 100644 --- a/source/effects/postprocessor.h +++ b/source/effects/postprocessor.h @@ -9,17 +9,20 @@ namespace GL { class Mesh; class Renderer; class Sampler; -class Shader; class Texture2D; /** -Base class for post-processing effects. Post-processors receive the contents -of the entire framebuffer as a texture and render it back, altering it in the -process. +Base class for post-processing effects. + +PostProcessors can be added to a Sequence. They receive the contents of the +entire framebuffer as a texture and render it back, altering it in the process. */ class PostProcessor { public: + /** + Holds the parameters for a PostProcessor. Used with SequenceTemplate. + */ struct Template { class Loader: public Msp::DataFile::ObjectLoader