]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/sampler.h
Remove remaining deprecated things from the core classes
[libs/gl.git] / source / core / sampler.h
index ff9201860e69bc4c7cc6ed8af2dc512940ac5615..43d1e5412a2fe3df0bb732ac42bc6b1344e1b003 100644 (file)
@@ -46,8 +46,6 @@ enum TextureWrap
        MIRRORED_REPEAT = GL_MIRRORED_REPEAT
 };
 
-class Texture;
-
 
 /**
 Samplers are used to access texture data in shaders.  To use a sampler with a
@@ -115,9 +113,6 @@ public:
 
 private:
        void update() const;
-       void set_parameter_i(unsigned, int) const;
-       void set_parameter_f(unsigned, float) const;
-       void set_parameter_fv(unsigned, const float *) const;
 
 public:
        void set_min_filter(TextureFilter);