diff options
Diffstat (limited to 'src/render/Shader.hpp')
-rw-r--r-- | src/render/Shader.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render/Shader.hpp b/src/render/Shader.hpp index 49272857..4d94358e 100644 --- a/src/render/Shader.hpp +++ b/src/render/Shader.hpp @@ -7,6 +7,7 @@ struct SQuad { GLint proj; GLint color; GLint posAttrib; + GLint texAttrib; }; class CShader { |