summaryrefslogtreecommitdiffstats
path: root/tests/manual/rhi/rhi.pro
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2020-01-09 12:38:27 +0100
committerLaszlo Agocs <laszlo.agocs@qt.io>2020-01-13 15:52:58 +0100
commit1f267b7e6def96f8041f29a9b4c7da753c736458 (patch)
treebefa09325f311a2fd6ed71b45d0a7dff387df5cb /tests/manual/rhi/rhi.pro
parentfe97af0c9ad58f0f823f3b1942cd9ad383ba85d3 (diff)
rhi: Add render-to-cubemap manual test
What's more, demonstrate two types of rendering to a cubemap: one by one to each face, and by attaching all faces as color attachments in one go. Both are used by Qt Quick 3D in connection with shadows, so this proves that the same is possible to implement with QRhi. Task-number: QTBUG-81261 Change-Id: I5c7077224d7cae0dd6ea02ac30a9e6f9f1f0c229 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
Diffstat (limited to 'tests/manual/rhi/rhi.pro')
-rw-r--r--tests/manual/rhi/rhi.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/manual/rhi/rhi.pro b/tests/manual/rhi/rhi.pro
index 5208e5dea5..4bee164969 100644
--- a/tests/manual/rhi/rhi.pro
+++ b/tests/manual/rhi/rhi.pro
@@ -9,6 +9,7 @@ SUBDIRS += \
msaarenderbuffer \
cubemap \
cubemap_scissor \
+ cubemap_render \
multiwindow \
multiwindow_threaded \
triquadcube \