X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fpostprocessor.h;h=6e3153dab69f9dea7639ffc675ad4386c8d45725;hb=HEAD;hp=ae864c07698b7fe0dd882a0f9a679518534de674;hpb=df20a7e137542a4156cc5ffa8118d59de6b68547;p=libs%2Fgl.git diff --git a/source/postprocessor.h b/source/postprocessor.h deleted file mode 100644 index ae864c07..00000000 --- a/source/postprocessor.h +++ /dev/null @@ -1,60 +0,0 @@ -#ifndef MSP_GL_POSTPROCESSOR_H_ -#define MSP_GL_POSTPROCESSOR_H_ - -#include - -namespace Msp { -namespace GL { - -class Mesh; -class Renderer; -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