summaryrefslogtreecommitdiff
path: root/src/render/modernopenglgraphics.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-06-10 16:56:43 +0300
committerAndrei Karas <akaras@inbox.ru>2014-06-10 16:56:43 +0300
commit6ccc6e73a226c40c2f3538f6d6126bb2774edd52 (patch)
treeb74983012893021f3fd33e286b90898b3c071a7d /src/render/modernopenglgraphics.h
parent6e2867b935af242ca96767732e37b85a01620f42 (diff)
downloadplus-6ccc6e73a226c40c2f3538f6d6126bb2774edd52.tar.gz
plus-6ccc6e73a226c40c2f3538f6d6126bb2774edd52.tar.bz2
plus-6ccc6e73a226c40c2f3538f6d6126bb2774edd52.tar.xz
plus-6ccc6e73a226c40c2f3538f6d6126bb2774edd52.zip
Remove unused buffers from modernopengl.
Diffstat (limited to 'src/render/modernopenglgraphics.h')
-rw-r--r--src/render/modernopenglgraphics.h6
1 files changed, 2 insertions, 4 deletions
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;