summaryrefslogtreecommitdiff
path: root/src/render/modernopenglgraphics.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-07-02 21:11:48 +0300
committerAndrei Karas <akaras@inbox.ru>2014-07-02 21:11:48 +0300
commitc5ba04d8c4f303ad621bfb295a37668bc1b3bb9c (patch)
treea10646b7e9d9279df8bf2d5af7fb23a7f7f47a3f /src/render/modernopenglgraphics.h
parentf1f04f512d284d12bf2c59e212800d7c24de323e (diff)
downloadplus-c5ba04d8c4f303ad621bfb295a37668bc1b3bb9c.tar.gz
plus-c5ba04d8c4f303ad621bfb295a37668bc1b3bb9c.tar.bz2
plus-c5ba04d8c4f303ad621bfb295a37668bc1b3bb9c.tar.xz
plus-c5ba04d8c4f303ad621bfb295a37668bc1b3bb9c.zip
Rename some variables in renderers.
Diffstat (limited to 'src/render/modernopenglgraphics.h')
-rw-r--r--src/render/modernopenglgraphics.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/render/modernopenglgraphics.h b/src/render/modernopenglgraphics.h
index 86e9f7bf1..ed03ea6ca 100644
--- a/src/render/modernopenglgraphics.h
+++ b/src/render/modernopenglgraphics.h
@@ -131,9 +131,9 @@ class ModernOpenGLGraphics final : public Graphics
GLuint mVao;
GLuint mVbo;
GLuint mEbo;
- GLuint mVboCached;
- GLuint mEboCached;
- GLuint mAttributesCached;
+ GLuint mVboBinded;
+ GLuint mEboBinded;
+ GLuint mAttributesBinded;
bool mColorAlpha;
bool mTextureDraw;
#ifdef DEBUG_BIND_TEXTURE