aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/nodetypes/nodetypes.cpp
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@theqtcompany.com>2016-03-01 16:51:38 +0100
committerAndy Nichols <andy.nichols@theqtcompany.com>2016-03-04 10:48:28 +0000
commita86a0e9a79ca9d984f07a202c62a46b75956f73e (patch)
treee68b923e42a7e9c91d81892aed320fcfdb0f3c5c /tests/manual/nodetypes/nodetypes.cpp
parent7d0cdf06a6771e57fb3d70d62076bb9685747879 (diff)
D3D12: Add support for clipping via scissor and stencil
Change-Id: Ie55b9a2fd39d9e11321454a34a21c2a52ff1d23a Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
Diffstat (limited to 'tests/manual/nodetypes/nodetypes.cpp')
-rw-r--r--tests/manual/nodetypes/nodetypes.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/manual/nodetypes/nodetypes.cpp b/tests/manual/nodetypes/nodetypes.cpp
index 506a202ec7..f1ad15a92d 100644
--- a/tests/manual/nodetypes/nodetypes.cpp
+++ b/tests/manual/nodetypes/nodetypes.cpp
@@ -47,6 +47,10 @@ int main(int argc, char **argv)
QGuiApplication app(argc, argv);
+ qDebug("Available tests:");
+ qDebug(" [R] - Rectangles");
+ qDebug("\nPress S to stop the currently running test\n");
+
QQuickView view;
view.setResizeMode(QQuickView::SizeRootObjectToView);
view.resize(1024, 768);