diff options
author | bobo1on1 <bobo1on1@svn> | 2010-03-07 18:13:15 +0000 |
---|---|---|
committer | bobo1on1 <bobo1on1@svn> | 2010-03-07 18:13:15 +0000 |
commit | 8626630144fc88624596b34e44f733407ccad32b (patch) | |
tree | aa82f9f17dc5915c64c118d6a1ad4cd19cca9fde /guilib/Shader.h | |
parent | cff04f37800cee655f4fc0150fd728d9e1ba3682 (diff) |
fixed: we can only validate the shader after binding the textures
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28452 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'guilib/Shader.h')
-rw-r--r-- | guilib/Shader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guilib/Shader.h b/guilib/Shader.h index a415dde579..9431b1632e 100644 --- a/guilib/Shader.h +++ b/guilib/Shader.h @@ -217,6 +217,7 @@ namespace Shaders { protected: GLint m_lastProgram; + bool m_validated; }; |