]> git.tdb.fi Git - libs/gl.git/blobdiff - source/pipeline.h
Give both color and depth buffers to postprocessors
[libs/gl.git] / source / pipeline.h
index 3f0ea2fa235390a81232c5b95bd26a014a93128d..a63eeb5f686a2deb4cd541e60cd0b05ab0a7101a 100644 (file)
@@ -47,7 +47,7 @@ private:
        bool hdr;
        Framebuffer *fbo;
        Texture2D *color_buf;
-       Renderbuffer *depth_buf;
+       Texture2D *depth_buf;
 
 public:
        Pipeline(unsigned, unsigned, bool);