summaryrefslogtreecommitdiffstats
path: root/tests/manual/rhi/multiview/multiview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/rhi/multiview/multiview.cpp')
-rw-r--r--tests/manual/rhi/multiview/multiview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/rhi/multiview/multiview.cpp b/tests/manual/rhi/multiview/multiview.cpp
index 203bc2b668..1ade109d1c 100644
--- a/tests/manual/rhi/multiview/multiview.cpp
+++ b/tests/manual/rhi/multiview/multiview.cpp
@@ -96,7 +96,7 @@ void Window::customInit()
// rendered with depth test/write enabled. The catch here is that we must
// use a texture array for depth/stencil as well, so QRhiRenderBuffer is
// not an option anymore.
- d.ds = m_r->newTextureArray(QRhiTexture::D24, 2, QSize(512, 512), sampleCount, QRhiTexture::RenderTarget);
+ d.ds = m_r->newTextureArray(QRhiTexture::D24S8, 2, QSize(512, 512), sampleCount, QRhiTexture::RenderTarget);
d.releasePool << d.ds;
d.ds->create();