]> git.tdb.fi Git - libs/gl.git/blobdiff - source/framebuffer.h
Remove the deprecated ProgramBuilder class
[libs/gl.git] / source / framebuffer.h
index f977ad7eb11fdc109740c7a19077ca1e3e7d7ec9..3054bd646b3e4d4709c4ee7ec8a96a5b20bdfa7a 100644 (file)
@@ -138,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