]> git.tdb.fi Git - libs/gl.git/blobdiff - source/bloom.h
Give both color and depth buffers to postprocessors
[libs/gl.git] / source / bloom.h
index c02604afc0a281a918076190433f6e15ae2e4f1d..b763809aca7422feba10f52be9f402f4a97f5962 100644 (file)
@@ -48,7 +48,7 @@ public:
        values mean more blurriness. */
        void set_strength(float);
 
-       virtual void render(const Texture2D &);
+       virtual void render(const Texture2D &, const Texture2D &);
 };
 
 } // namespace GL