summaryrefslogtreecommitdiffstats
path: root/src/utils/shaderhelper_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/shaderhelper_p.h')
-rw-r--r--src/utils/shaderhelper_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/shaderhelper_p.h b/src/utils/shaderhelper_p.h
index 68a98e16..83e8b981 100644
--- a/src/utils/shaderhelper_p.h
+++ b/src/utils/shaderhelper_p.h
@@ -89,6 +89,7 @@ class ShaderHelper
GLuint lightP();
GLuint lightS();
GLuint ambientS();
+ GLuint shadowQ();
GLuint color();
GLuint texture();
GLuint shadow();
@@ -120,6 +121,7 @@ class ShaderHelper
GLuint m_lightPositionUniform;
GLuint m_lightStrengthUniform;
GLuint m_ambientStrengthUniform;
+ GLuint m_shadowQualityUniform;
GLuint m_textureUniform;
GLuint m_shadowUniform;