]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/renderbuffer.h
Add debug name capability to more classes
[libs/gl.git] / source / core / renderbuffer.h
index afc6ed204298a7bbcfe02d6c95a87af83c6a1bba..aea230804173c570fda45c1c2f0f016d2231f850 100644 (file)
@@ -47,6 +47,8 @@ public:
        void bind() const;
 
        static void unbind();
        void bind() const;
 
        static void unbind();
+
+       void set_debug_name(const std::string &);
 };
 
 } // namespace GL
 };
 
 } // namespace GL