X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Frender%2Frendertarget.h;h=cb6d6b97280d85c1ca2f252c6ed65b5ca2917377;hb=11266e8093e56524a68de1d0a08d275de95c56a0;hp=7d796a3cefe80540a409f5e6b80a6535aefa87f0;hpb=7aaec9a70b8d7733429bec043f8e33e02956f266;p=libs%2Fgl.git diff --git a/source/render/rendertarget.h b/source/render/rendertarget.h index 7d796a3c..cb6d6b97 100644 --- a/source/render/rendertarget.h +++ b/source/render/rendertarget.h @@ -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