]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/Texture.hh
fixed up video and texture handling
[chaz/yoink] / src / Moof / Texture.hh
index e858093e1a44afa06b44d50dcc5eac80503855e7..2ab4710cf55202dfd986808b820812be5b5fe5cf 100644 (file)
@@ -38,8 +38,8 @@
 
 #include <boost/shared_ptr.hpp>
 
-#include <Moof/Resource.hh>
 #include <Moof/OpenGL.hh>
+#include <Moof/Resource.hh>
 
 
 namespace Mf {
@@ -57,11 +57,9 @@ public:
        unsigned getHeight();
 
        void setMinFilter(GLuint filter);
-       void setMaxFilter(GLuint filter);
-       void setWrapU(GLuint wrap);
-       void setWrapV(GLuint wrap);
-
-       void applyChanges();
+       void setMagFilter(GLuint filter);
+       void setWrapS(GLuint wrap);
+       void setWrapT(GLuint wrap);
 
        static std::string getPathToResource(const std::string& name);
 
This page took 0.020125 seconds and 4 git commands to generate.