summaryrefslogtreecommitdiff
path: root/src/resources/openglimagehelper.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-07-01 23:49:05 +0300
committerAndrei Karas <akaras@inbox.ru>2014-07-01 23:49:05 +0300
commitd4464b7c70f7d969a39d0a0e20b1e8d1ccebefcd (patch)
tree225407e8c57ad7d09335e9cf1d6985c0683f30a1 /src/resources/openglimagehelper.h
parent254cc9c7a5ecc45bb0c77b28d5e98e03674223f0 (diff)
downloadplus-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.h2
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;