X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Frenderbuffer.h;h=977f2453af950df7600e6823448eae6fdd6c0d59;hp=b88db17a8a25a6417835290c1caf8fc0273d3712;hb=f14435e58bfa0fa697a06ba9a454bb30cd37d9d8;hpb=42ace9ac1350d3ae009bdd2fb335ac1e57d1b36b diff --git a/source/renderbuffer.h b/source/renderbuffer.h index b88db17a..977f2453 100644 --- a/source/renderbuffer.h +++ b/source/renderbuffer.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GL_RENDERBUFFER_H_ #define MSP_GL_RENDERBUFFER_H_ @@ -37,6 +30,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;