summaryrefslogtreecommitdiff
path: root/src/render/modernopenglgraphics.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-06-11 13:05:49 +0300
committerAndrei Karas <akaras@inbox.ru>2014-06-11 13:05:49 +0300
commit41836760fa59abc74098aed7450b4858dc288e56 (patch)
tree865e87f4adae8301f8d09c7f4f89ac1671054477 /src/render/modernopenglgraphics.h
parente8a8db1e71d90eda2f76b6c34afc8c1ec5cd2b8b (diff)
downloadplus-41836760fa59abc74098aed7450b4858dc288e56.tar.gz
plus-41836760fa59abc74098aed7450b4858dc288e56.tar.bz2
plus-41836760fa59abc74098aed7450b4858dc288e56.tar.xz
plus-41836760fa59abc74098aed7450b4858dc288e56.zip
In modernopengl add alpha for textures.
Diffstat (limited to 'src/render/modernopenglgraphics.h')
-rw-r--r--src/render/modernopenglgraphics.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render/modernopenglgraphics.h b/src/render/modernopenglgraphics.h
index 5519fd282..d9c043fc0 100644
--- a/src/render/modernopenglgraphics.h
+++ b/src/render/modernopenglgraphics.h
@@ -98,6 +98,7 @@ class ModernOpenGLGraphics final : public Graphics
GLuint mSimpleColorUniform;
GLint mSimplePosAttrib;
GLint mTexturePosAttrib;
+ GLint mTextureColorUniform;
GLuint mSimpleScreenUniform;
GLuint mTextureScreenUniform;
GLuint mVao;