]> git.tdb.fi Git - libs/gl.git/blobdiff - source/rendertarget.h
Make Animation::Iterator assignable
[libs/gl.git] / source / rendertarget.h
index 0181365e0c0b8ea4b916ef7255aa0ad3f171c5ac..35b2f00d205877b57bad08147a1058f8ae9d6a63 100644 (file)
@@ -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 &);