X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMoof%2FTexture.hh;h=9d17eb8f66254dee136d41647eb76263c0d4ed40;hp=d2b2359f0eb4e28d09194cac40816e66dd0536a0;hb=72d4af22710317acffab861421c4364b1780b6fe;hpb=493ddb59a8620b49dfa0ff62ce93395ebfd02e86 diff --git a/src/Moof/Texture.hh b/src/Moof/Texture.hh index d2b2359..9d17eb8 100644 --- a/src/Moof/Texture.hh +++ b/src/Moof/Texture.hh @@ -53,6 +53,8 @@ public: void bind() const; GLuint getObject() const; + static void resetBind(); + unsigned getWidth() const; unsigned getHeight() const;