X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Frendertarget.h;h=35b2f00d205877b57bad08147a1058f8ae9d6a63;hp=0181365e0c0b8ea4b916ef7255aa0ad3f171c5ac;hb=fce91f4eda14f5f9e9a7490835b7e62c05243572;hpb=5c5d094255ae5b0a07f99392a5a099ad9c8e8e38 diff --git a/source/rendertarget.h b/source/rendertarget.h index 0181365e..35b2f00d 100644 --- a/source/rendertarget.h +++ b/source/rendertarget.h @@ -74,6 +74,7 @@ public: 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 &);