]> git.tdb.fi Git - libs/gl.git/blobdiff - source/texenv.h
Add a Texturing class to encapsulate the state of multiple texturing units
[libs/gl.git] / source / texenv.h
index b5fee448d64e5cce152ca4eaa3566e3d4f0c9370..01e4a556b0431cc6ace9e9b3a16d70c60b6b3037 100644 (file)
@@ -36,7 +36,7 @@ public:
        void set_color(const Color &);
        TexEnvMode get_mode() const { return mode; }
        const Color &get_color() const { return color; }
-       void bind();
+       void bind() const;
 
        static void unbind();
 };