aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/coreapi/qsgmaterialshader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/scenegraph/coreapi/qsgmaterialshader.cpp')
-rw-r--r--src/quick/scenegraph/coreapi/qsgmaterialshader.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/quick/scenegraph/coreapi/qsgmaterialshader.cpp b/src/quick/scenegraph/coreapi/qsgmaterialshader.cpp
index 150e54db6d..45e7a6fb4e 100644
--- a/src/quick/scenegraph/coreapi/qsgmaterialshader.cpp
+++ b/src/quick/scenegraph/coreapi/qsgmaterialshader.cpp
@@ -539,6 +539,9 @@ bool QSGMaterialShader::updateGraphicsPipelineState(RenderState &state, Graphics
\value DirtyOpacity Used to indicate that the opacity has changed and must
be updated.
+ \value DirtyCachedMaterialData Used to indicate that the cached material
+ state has changed and must be updated.
+
\value DirtyAll Used to indicate that everything needs to be updated.
*/