From c5ba04d8c4f303ad621bfb295a37668bc1b3bb9c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 2 Jul 2014 21:11:48 +0300 Subject: Rename some variables in renderers. --- src/render/modernopenglgraphics.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/render/modernopenglgraphics.h') 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 -- cgit v1.2.3-70-g09d2