]> git.tdb.fi Git - libs/gl.git/blobdiff - source/resources/resources.h
Remove default sampler from Texture
[libs/gl.git] / source / resources / resources.h
index 82d2f4c6798e4a9019380894b314aa56ad9aed57..37de5d8cfc80482badc99343ff617dd21d0ff692 100644 (file)
@@ -32,8 +32,6 @@ public:
        };
 
 private:
-       TextureFilter default_tex_filter;
-       float default_tex_anisotropy;
        bool srgb_conversion;
        ResourceManager *resource_manager;
 
@@ -46,9 +44,6 @@ public:
        static Resources &get_global();
        static const DataFile::CollectionSource &get_builtins();
 
-       void set_default_texture_filter(TextureFilter);
-       void set_default_texture_anisotropy(float);
-
        /** Enables or disables sRGB conversion.  If enabled, textures and material
        colors are converted from sRGB to linear color space when loaded. */
        DEPRECATED void set_srgb_conversion(bool);