]> git.tdb.fi Git - libs/gl.git/blobdiff - source/framebuffer.h
Remove the deprecated ProgramBuilder class
[libs/gl.git] / source / framebuffer.h
index 92cb285bd842ae7a5f669fd28f47ecac88328820..3054bd646b3e4d4709c4ee7ec8a96a5b20bdfa7a 100644 (file)
@@ -5,6 +5,8 @@
 #include "bindable.h"
 #include "gl.h"
 #include "texturecube.h"
+#include <msp/gl/extensions/arb_geometry_shader4.h>
+#include <msp/gl/extensions/ext_framebuffer_multisample.h>
 #include <msp/gl/extensions/ext_framebuffer_object.h>
 #include <msp/gl/extensions/nv_fbo_color_attachments.h>
 
@@ -136,6 +138,7 @@ public:
        void viewport(int, int, unsigned, unsigned);
        void reset_viewport();
 
+       void clear();
        void clear(BufferBits);
 
        /** Blits a region from another framebuffer into this one.  If the source