]> git.tdb.fi Git - libs/gl.git/blobdiff - source/render/rendertarget.h
Add debug name capability to more classes
[libs/gl.git] / source / render / rendertarget.h
index 7d796a3cefe80540a409f5e6b80a6535aefa87f0..cb6d6b97280d85c1ca2f252c6ed65b5ca2917377 100644 (file)
@@ -81,6 +81,8 @@ public:
        const Texture2D &get_target_texture(unsigned) const;
        const Texture2D &get_target_texture(RenderOutput) const;
        void blit_from(const RenderTarget &);
+
+       void set_debug_name(const std::string &);
 };
 
 } // namespace GL