aboutsummaryrefslogtreecommitdiffstats
path: root/src/effects/doc/src/includes/notes.qdocinc
diff options
context:
space:
mode:
Diffstat (limited to 'src/effects/doc/src/includes/notes.qdocinc')
-rw-r--r--src/effects/doc/src/includes/notes.qdocinc14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/effects/doc/src/includes/notes.qdocinc b/src/effects/doc/src/includes/notes.qdocinc
new file mode 100644
index 0000000000..d9f386fc99
--- /dev/null
+++ b/src/effects/doc/src/includes/notes.qdocinc
@@ -0,0 +1,14 @@
+/*!
+//! [performance shader regen]
+\b {Performance note:} Causes shader change; do not change this property during animation.
+//! [performance shader regen]
+
+//! [performance item resize]
+\b {Performance note:} Causes a resize of the item; do not change this property during animation.
+//! [performance item resize]
+
+//! [performance item size]
+\b {Performance note:} Item size should be as small as possible for optimal performance.
+//! [performance item size]
+
+*/