summaryrefslogtreecommitdiffstats
path: root/src/render/materialsystem/qparametermapping.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/materialsystem/qparametermapping.cpp')
-rw-r--r--src/render/materialsystem/qparametermapping.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/render/materialsystem/qparametermapping.cpp b/src/render/materialsystem/qparametermapping.cpp
index 63704d959..eeaa8a621 100644
--- a/src/render/materialsystem/qparametermapping.cpp
+++ b/src/render/materialsystem/qparametermapping.cpp
@@ -44,10 +44,6 @@ QT_BEGIN_NAMESPACE
namespace Qt3DRender {
-/*!
- \class Qt3DRender::QParameterMappingPrivate
- \internal
-*/
QParameterMappingPrivate::QParameterMappingPrivate()
: QNodePrivate()
, m_bindingType(QParameterMapping::Uniform)
@@ -96,7 +92,8 @@ QParameterMapping::QParameterMapping(QNode *parent)
\value Attribute
\value StandardUniform
\value FragmentOutput
-
+ \value UniformBufferObject
+ \value ShaderStorageBufferObject
*/
/*! \internal */