]> git.tdb.fi Git - libs/gl.git/blobdiff - source/renderbuffer.h
Add EXT_framebuffer_blit and EXT_framebuffer_multisample
[libs/gl.git] / source / renderbuffer.h
index b88db17a8a25a6417835290c1caf8fc0273d3712..7f9d7a422a0f5f6378075f2a0ed34622ad06f585 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id$
 
 This file is part of libmspgl
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
+Copyright © 2007, 2009-2011  Mikko Rasa, Mikkosoft Productions
 Distributed under the LGPL
 */
 
@@ -37,6 +37,7 @@ public:
        unsigned get_height() const { return height; }
 
        void storage(PixelFormat fmt, unsigned width, unsigned height);
+       void storage_multisample(unsigned, PixelFormat fmt, unsigned, unsigned);
 
        void bind() const;