diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-06-11 13:05:49 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-06-11 13:05:49 +0300 |
commit | 41836760fa59abc74098aed7450b4858dc288e56 (patch) | |
tree | 865e87f4adae8301f8d09c7f4f89ac1671054477 /src/render/modernopenglgraphics.h | |
parent | e8a8db1e71d90eda2f76b6c34afc8c1ec5cd2b8b (diff) | |
download | mv-41836760fa59abc74098aed7450b4858dc288e56.tar.gz mv-41836760fa59abc74098aed7450b4858dc288e56.tar.bz2 mv-41836760fa59abc74098aed7450b4858dc288e56.tar.xz mv-41836760fa59abc74098aed7450b4858dc288e56.zip |
In modernopengl add alpha for textures.
Diffstat (limited to 'src/render/modernopenglgraphics.h')
-rw-r--r-- | src/render/modernopenglgraphics.h | 1 |
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; |