]> git.tdb.fi Git - libs/gl.git/blobdiff - source/effects/postprocessor.cpp
Check the flat qualifier from the correct member
[libs/gl.git] / source / effects / postprocessor.cpp
index 2a490a46780f1157a5ac84a9ab3307b8ed6661b2..246f6ef8d0c57c1bfab9296434c1747e8974460a 100644 (file)
@@ -2,22 +2,10 @@
 #include "meshbuilder.h"
 #include "postprocessor.h"
 #include "sampler.h"
-#include "shader.h"
 
 namespace Msp {
 namespace GL {
 
-void PostProcessor::render(Renderer &, const Texture2D &color, const Texture2D &depth)
-{
-       render(color, depth);
-}
-
-
-PostProcessor::Template::Template():
-       size_divisor(1)
-{ }
-
-
 PostProcessor::Template::Loader::Loader(Template &t):
        DataFile::ObjectLoader<Template>(t)
 {