aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/coreapi/qsgmaterial.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/scenegraph/coreapi/qsgmaterial.cpp')
-rw-r--r--src/quick/scenegraph/coreapi/qsgmaterial.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/quick/scenegraph/coreapi/qsgmaterial.cpp b/src/quick/scenegraph/coreapi/qsgmaterial.cpp
index c67b98b875..50d445c28f 100644
--- a/src/quick/scenegraph/coreapi/qsgmaterial.cpp
+++ b/src/quick/scenegraph/coreapi/qsgmaterial.cpp
@@ -561,6 +561,9 @@ QSGMaterial::~QSGMaterial()
\value RequiresDeterminant Set this flag to true if the material relies on
the determinant of the matrix of the geometry nodes for rendering.
+ \value RequiresFullMatrixExceptTranslate Set this flag to true if the material
+ relies on the full matrix of the geometry nodes for rendering, except the translation part.
+
\value RequiresFullMatrix Set this flag to true if the material relies on
the full matrix of the geometry nodes for rendering.
*/