aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/manual/gputhroughput/blendedrect.qml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/manual/gputhroughput/blendedrect.qml')
-rw-r--r--benchmarks/manual/gputhroughput/blendedrect.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/benchmarks/manual/gputhroughput/blendedrect.qml b/benchmarks/manual/gputhroughput/blendedrect.qml
index 6fa2e00..cd0d2c6 100644
--- a/benchmarks/manual/gputhroughput/blendedrect.qml
+++ b/benchmarks/manual/gputhroughput/blendedrect.qml
@@ -1,5 +1,7 @@
import QtQuick 2.0
+// Stacks x number of alphablended rectangles on top of each other.
+// Rough test of fillrate.
Item {
id: root;
property int count: 10