diff options
Diffstat (limited to 'src/openglgraphics.h')
-rw-r--r-- | src/openglgraphics.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/openglgraphics.h b/src/openglgraphics.h index 652447447..06f37db0d 100644 --- a/src/openglgraphics.h +++ b/src/openglgraphics.h @@ -150,6 +150,8 @@ class OpenGLGraphics : public Graphics int getMemoryUsage(); + void updateTextureFormat(); + static void bindTexture(GLenum target, GLuint texture); static GLuint mLastImage; |