]> git.tdb.fi Git - libs/gl.git/blobdiff - source/render/rendertarget.h
Remove default sampler from Texture
[libs/gl.git] / source / render / rendertarget.h
index cb6d6b97280d85c1ca2f252c6ed65b5ca2917377..6577cdcfb5dfa78ceb69b7842beb08ab9de3dbc8 100644 (file)
@@ -77,7 +77,6 @@ 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 &);