summaryrefslogtreecommitdiff
path: root/src/render/mobileopengl2graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/mobileopengl2graphics.h')
-rw-r--r--src/render/mobileopengl2graphics.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/render/mobileopengl2graphics.h b/src/render/mobileopengl2graphics.h
index ea31daf6b..ece11a736 100644
--- a/src/render/mobileopengl2graphics.h
+++ b/src/render/mobileopengl2graphics.h
@@ -105,8 +105,6 @@ class MobileOpenGL2Graphics final : public Graphics
inline void bindAttributes();
- inline void bindElementBuffer(const GLuint ebo);
-
GLint *mIntArray A_NONNULLPOINTER;
GLint *mIntArrayCached A_NONNULLPOINTER;
ShaderProgram *mProgram;
@@ -123,9 +121,7 @@ class MobileOpenGL2Graphics final : public Graphics
GLuint mDrawTypeUniform;
GLuint mVao;
GLuint mVbo;
- GLuint mEbo;
GLuint mVboBinded;
- GLuint mEboBinded;
GLuint mAttributesBinded;
bool mColorAlpha;
bool mTextureDraw;