X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Frenderbuffer.h;h=4462e31c12ce348ecb381eb546e98637cb75ebd6;hp=afc6ed204298a7bbcfe02d6c95a87af83c6a1bba;hb=2d3113a7dbbe4be2f1d1e8980c1c4e42175163da;hpb=7aaec9a70b8d7733429bec043f8e33e02956f266 diff --git a/source/core/renderbuffer.h b/source/core/renderbuffer.h index afc6ed20..4462e31c 100644 --- a/source/core/renderbuffer.h +++ b/source/core/renderbuffer.h @@ -36,7 +36,7 @@ public: /** Returns the maximum supported sample count for multisampling. If multisampling is not supported, returns 0. */ - static unsigned get_max_samples(); + DEPRECATED static unsigned get_max_samples(); /** Allocates multisample storage for the renderbuffer. All attachments in a framebuffer must have the same number of samples. To transfer the @@ -47,6 +47,8 @@ public: void bind() const; static void unbind(); + + void set_debug_name(const std::string &); }; } // namespace GL