X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Frender%2Frendertarget.h;h=030e45775f19898ef1e29914000e7e2ac8d1a660;hb=73567be7cd9e01e620cb2a8fa0ca381723b9a71f;hp=7d796a3cefe80540a409f5e6b80a6535aefa87f0;hpb=7aaec9a70b8d7733429bec043f8e33e02956f266;p=libs%2Fgl.git diff --git a/source/render/rendertarget.h b/source/render/rendertarget.h index 7d796a3c..030e4577 100644 --- a/source/render/rendertarget.h +++ b/source/render/rendertarget.h @@ -77,10 +77,10 @@ public: unsigned get_height() const { return height; } const RenderTargetFormat &get_format() const { return format; } Framebuffer &get_framebuffer() { return fbo; } - void set_texture_filter(TextureFilter); 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