diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-07-01 23:49:05 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-07-01 23:49:05 +0300 |
commit | d4464b7c70f7d969a39d0a0e20b1e8d1ccebefcd (patch) | |
tree | 225407e8c57ad7d09335e9cf1d6985c0683f30a1 /src/resources/openglimagehelper.h | |
parent | 254cc9c7a5ecc45bb0c77b28d5e98e03674223f0 (diff) | |
download | plus-d4464b7c70f7d969a39d0a0e20b1e8d1ccebefcd.tar.gz plus-d4464b7c70f7d969a39d0a0e20b1e8d1ccebefcd.tar.bz2 plus-d4464b7c70f7d969a39d0a0e20b1e8d1ccebefcd.tar.xz plus-d4464b7c70f7d969a39d0a0e20b1e8d1ccebefcd.zip |
Move bindtexture in openglimagehelper into separate file.
Diffstat (limited to 'src/resources/openglimagehelper.h')
-rw-r--r-- | src/resources/openglimagehelper.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/resources/openglimagehelper.h b/src/resources/openglimagehelper.h index b413e21ae..8d9560642 100644 --- a/src/resources/openglimagehelper.h +++ b/src/resources/openglimagehelper.h @@ -118,6 +118,8 @@ class OpenGLImageHelper final : public ImageHelper static void invalidate(const GLuint textureId); + static void bindTexture(const GLuint texture); + SDL_Surface *create32BitSurface(int width, int height) const override final; |