]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/Texture.hh
scene drawing correctly implemented; new classes
[chaz/yoink] / src / Moof / Texture.hh
index 2ab4710cf55202dfd986808b820812be5b5fe5cf..d2b2359f0eb4e28d09194cac40816e66dd0536a0 100644 (file)
@@ -50,11 +50,11 @@ class Texture : public Resource
 public:
        Texture(const std::string& name);
 
-       void bind();
-       GLuint getObject();
+       void bind() const;
+       GLuint getObject() const;
 
-       unsigned getWidth();
-       unsigned getHeight();
+       unsigned getWidth() const;
+       unsigned getHeight() const;
 
        void setMinFilter(GLuint filter);
        void setMagFilter(GLuint filter);
This page took 0.017749 seconds and 4 git commands to generate.