X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fpostprocessor.h;h=6e3153dab69f9dea7639ffc675ad4386c8d45725;hp=c107d885f658e028522fdb0fe463bbd755d60d1d;hb=HEAD;hpb=860aec7bfaabbad139d27dd7f4738984276e6676 diff --git a/source/postprocessor.h b/source/postprocessor.h deleted file mode 100644 index c107d885..00000000 --- a/source/postprocessor.h +++ /dev/null @@ -1,66 +0,0 @@ -#ifndef MSP_GL_POSTPROCESSOR_H_ -#define MSP_GL_POSTPROCESSOR_H_ - -#include - -namespace Msp { -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. -*/ -class PostProcessor -{ -public: - struct Template - { - class Loader: public Msp::DataFile::ObjectLoader