summaryrefslogtreecommitdiffstats
path: root/src/datavisualization/utils/shaderhelper_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/datavisualization/utils/shaderhelper_p.h')
-rw-r--r--src/datavisualization/utils/shaderhelper_p.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/datavisualization/utils/shaderhelper_p.h b/src/datavisualization/utils/shaderhelper_p.h
index 191b7bf6..34bbf39e 100644
--- a/src/datavisualization/utils/shaderhelper_p.h
+++ b/src/datavisualization/utils/shaderhelper_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2013 Digia Plc
+** Copyright (C) 2014 Digia Plc
** All rights reserved.
** For any questions to Digia, please use contact form at http://qt.digia.com
**
@@ -34,7 +34,7 @@
class QOpenGLShaderProgram;
-QT_DATAVISUALIZATION_BEGIN_NAMESPACE
+QT_BEGIN_NAMESPACE_DATAVISUALIZATION
class ShaderHelper
{
@@ -73,6 +73,7 @@ class ShaderHelper
GLuint shadow();
GLuint gradientMin();
GLuint gradientHeight();
+ GLuint lightColor();
GLuint posAtt();
GLuint uvAtt();
@@ -106,10 +107,11 @@ class ShaderHelper
GLuint m_shadowUniform;
GLuint m_gradientMinUniform;
GLuint m_gradientHeightUniform;
+ GLuint m_lightColorUniform;
GLboolean m_initialized;
};
-QT_DATAVISUALIZATION_END_NAMESPACE
+QT_END_NAMESPACE_DATAVISUALIZATION
#endif