X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Frenderbuffer.h;h=7f9d7a422a0f5f6378075f2a0ed34622ad06f585;hp=b88db17a8a25a6417835290c1caf8fc0273d3712;hb=7f888de83aa5398fafaa7661547ee80395377b5c;hpb=90a26a1740d5843b60d07d9c39d8567bfed5189c diff --git a/source/renderbuffer.h b/source/renderbuffer.h index b88db17a..7f9d7a42 100644 --- a/source/renderbuffer.h +++ b/source/renderbuffer.h @@ -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;