summaryrefslogtreecommitdiff
path: root/src/render/modernopenglgraphics.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-06-11 12:44:57 +0300
committerAndrei Karas <akaras@inbox.ru>2014-06-11 12:44:57 +0300
commite8a8db1e71d90eda2f76b6c34afc8c1ec5cd2b8b (patch)
tree8877badb3d70f78adf16bdd57c8bd3217877b783 /src/render/modernopenglgraphics.h
parent16aee7e951a63492548380517eb550be93ce4369 (diff)
downloadplus-e8a8db1e71d90eda2f76b6c34afc8c1ec5cd2b8b.tar.gz
plus-e8a8db1e71d90eda2f76b6c34afc8c1ec5cd2b8b.tar.bz2
plus-e8a8db1e71d90eda2f76b6c34afc8c1ec5cd2b8b.tar.xz
plus-e8a8db1e71d90eda2f76b6c34afc8c1ec5cd2b8b.zip
In modernopengl for textures use one attribute (before was two)
Diffstat (limited to 'src/render/modernopenglgraphics.h')
-rw-r--r--src/render/modernopenglgraphics.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/render/modernopenglgraphics.h b/src/render/modernopenglgraphics.h
index 1fed5d371..5519fd282 100644
--- a/src/render/modernopenglgraphics.h
+++ b/src/render/modernopenglgraphics.h
@@ -98,7 +98,6 @@ class ModernOpenGLGraphics final : public Graphics
GLuint mSimpleColorUniform;
GLint mSimplePosAttrib;
GLint mTexturePosAttrib;
- GLint mTexAttrib;
GLuint mSimpleScreenUniform;
GLuint mTextureScreenUniform;
GLuint mVao;