From 0ae3fbab8d27f46d618a4cfe738c73c70bc3a57e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 10 Jun 2014 21:07:18 +0300 Subject: In modernopengl Use one global VBO --- src/render/modernopenglgraphics.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/render/modernopenglgraphics.h') diff --git a/src/render/modernopenglgraphics.h b/src/render/modernopenglgraphics.h index b3a217ca2..34124bacc 100644 --- a/src/render/modernopenglgraphics.h +++ b/src/render/modernopenglgraphics.h @@ -100,6 +100,7 @@ class ModernOpenGLGraphics final : public Graphics GLuint mSimpleScreenUniform; GLuint mTextureScreenUniform; GLuint mVao; + GLuint mVbo; bool mColorAlpha; bool mTextureDraw; #ifdef DEBUG_BIND_TEXTURE -- cgit v1.2.3-60-g2f50