]> git.tdb.fi Git - libs/gl.git/blobdiff - source/render/renderer.h
Create a function for applying framebuffer state in Renderer
[libs/gl.git] / source / render / renderer.h
index f08ea0b2d5bfa305c0ab1af8aeacf980e5ef79b1..c176f87aa231664f5eccfb442317421737004f47 100644 (file)
@@ -199,6 +199,7 @@ public:
        void end_query(const QueryPool &, unsigned);
 
 private:
+       void apply_framebuffer();
        void apply_state();
 };