summaryrefslogtreecommitdiffstats
path: root/examples/vulkan/hellovulkancubes
diff options
context:
space:
mode:
Diffstat (limited to 'examples/vulkan/hellovulkancubes')
-rw-r--r--examples/vulkan/hellovulkancubes/renderer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/vulkan/hellovulkancubes/renderer.cpp b/examples/vulkan/hellovulkancubes/renderer.cpp
index 2e913bcae8..5ada79ce79 100644
--- a/examples/vulkan/hellovulkancubes/renderer.cpp
+++ b/examples/vulkan/hellovulkancubes/renderer.cpp
@@ -53,7 +53,7 @@
#include <QtConcurrentRun>
#include <QTime>
-static float quadVert[] = {
+static float quadVert[] = { // Y up, front = CW
-1, -1, 0,
-1, 1, 0,
1, -1, 0,