X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Frenderbuffer.h;h=7f9d7a422a0f5f6378075f2a0ed34622ad06f585;hb=df6f8f1f26b1f230dcb1d626d278c43fd48d468d;hp=b88db17a8a25a6417835290c1caf8fc0273d3712;hpb=42ace9ac1350d3ae009bdd2fb335ac1e57d1b36b;p=libs%2Fgl.git 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;