From 6ccc6e73a226c40c2f3538f6d6126bb2774edd52 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 10 Jun 2014 16:56:43 +0300 Subject: Remove unused buffers from modernopengl. --- src/render/modernopenglgraphics.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/render/modernopenglgraphics.h') diff --git a/src/render/modernopenglgraphics.h b/src/render/modernopenglgraphics.h index 8e60c5b5f..3b3be8d85 100644 --- a/src/render/modernopenglgraphics.h +++ b/src/render/modernopenglgraphics.h @@ -78,10 +78,8 @@ class ModernOpenGLGraphics final : public Graphics const int dstX, const int dstY, const int width, const int height); - GLfloat *mFloatTexArray; - GLshort *mShortVertArray; - GLfloat *mFloatTexArrayCached; - GLshort *mShortVertArrayCached; + GLfloat *mFloatArray; + GLfloat *mFloatArrayCached; ShaderProgram *mSimpleProgram; ShaderProgram *mTextureProgram; float mAlphaCached; -- cgit v1.2.3-70-g09d2