X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Feffects%2Fpostprocessor.h;h=02d9d17a6f104d3672dc152849eced83f5ca9adf;hp=ee169e79470eedded9a31436581437183e04fcd1;hb=HEAD;hpb=6065f6622cc275dc0b20baaf7c267e71169d18f3 diff --git a/source/effects/postprocessor.h b/source/effects/postprocessor.h index ee169e79..02d9d17a 100644 --- a/source/effects/postprocessor.h +++ b/source/effects/postprocessor.h @@ -12,13 +12,17 @@ class Sampler; 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