summaryrefslogtreecommitdiffstats
path: root/tests/manual/rhi/float16texture_with_compute
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/rhi/float16texture_with_compute')
-rw-r--r--tests/manual/rhi/float16texture_with_compute/float16texture_with_compute.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/rhi/float16texture_with_compute/float16texture_with_compute.cpp b/tests/manual/rhi/float16texture_with_compute/float16texture_with_compute.cpp
index 014b521bd8..7310872748 100644
--- a/tests/manual/rhi/float16texture_with_compute/float16texture_with_compute.cpp
+++ b/tests/manual/rhi/float16texture_with_compute/float16texture_with_compute.cpp
@@ -77,7 +77,7 @@ static quint16 indexData[] =
static const int MAX_MIP_LEVELS = 20;
struct {
- QVector<QRhiResource *> releasePool;
+ QList<QRhiResource *> releasePool;
QRhiBuffer *vbuf = nullptr;
QRhiBuffer *ibuf = nullptr;