]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/buffer.h
Set OpenGL debug labels on various objects loaded from Resources
[libs/gl.git] / source / core / buffer.h
index 47cab8cd5646e2c3842f641bd31dcb4c418aaf6f..7ef846681a8d487a693ac59e177fee3e68cec970 100644 (file)
@@ -130,6 +130,9 @@ public:
 private:
        static const Buffer *&binding(BufferType);
        static bool set_current(BufferType, const Buffer *);
+
+public:
+       void set_debug_name(const std::string &);
 };