X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMoof%2FTexture.hh;h=2ab4710cf55202dfd986808b820812be5b5fe5cf;hp=e858093e1a44afa06b44d50dcc5eac80503855e7;hb=16d1a05b0777e97a45c48e2874aa4e5cc791282e;hpb=15cd32dc28e7fa5997d9850d7e10b889f69a7cae diff --git a/src/Moof/Texture.hh b/src/Moof/Texture.hh index e858093..2ab4710 100644 --- a/src/Moof/Texture.hh +++ b/src/Moof/Texture.hh @@ -38,8 +38,8 @@ #include -#include #include +#include 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);