aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/manual/gputhroughput/opaquerect.qml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/manual/gputhroughput/opaquerect.qml')
-rw-r--r--benchmarks/manual/gputhroughput/opaquerect.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/benchmarks/manual/gputhroughput/opaquerect.qml b/benchmarks/manual/gputhroughput/opaquerect.qml
index 641e188..dd1a07b 100644
--- a/benchmarks/manual/gputhroughput/opaquerect.qml
+++ b/benchmarks/manual/gputhroughput/opaquerect.qml
@@ -1,5 +1,8 @@
import QtQuick 2.0
+// Stacks x number of opaque rectangles on top of each other.
+// Will go a lot higher than blendedrect if the target hardware supprts
+// [early-z](https://en.wikipedia.org/?title=Z-buffering)
Item {
id: root;
property int count: 16;