]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/framebuffer.h
Add debug name capability to more classes
[libs/gl.git] / source / core / framebuffer.h
index 88ab465aaea52a8fb68f5fa7a774f43923443589..ca97ed17e45d021f9b9b779aa7579754640949ef 100644 (file)
@@ -164,6 +164,8 @@ public:
        static const Framebuffer *current();
        static void unbind();
 
+       void set_debug_name(const std::string &);
+
        static Framebuffer &system();
 };