diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-07-02 21:11:48 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-07-02 21:11:48 +0300 |
commit | c5ba04d8c4f303ad621bfb295a37668bc1b3bb9c (patch) | |
tree | a10646b7e9d9279df8bf2d5af7fb23a7f7f47a3f /src/render/modernopenglgraphics.h | |
parent | f1f04f512d284d12bf2c59e212800d7c24de323e (diff) | |
download | mv-c5ba04d8c4f303ad621bfb295a37668bc1b3bb9c.tar.gz mv-c5ba04d8c4f303ad621bfb295a37668bc1b3bb9c.tar.bz2 mv-c5ba04d8c4f303ad621bfb295a37668bc1b3bb9c.tar.xz mv-c5ba04d8c4f303ad621bfb295a37668bc1b3bb9c.zip |
Rename some variables in renderers.
Diffstat (limited to 'src/render/modernopenglgraphics.h')
-rw-r--r-- | src/render/modernopenglgraphics.h | 6 |
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 |