From 7f3b62324e738c7b8a8a90c165ae957a55be0671 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Fri, 25 Sep 2020 12:58:07 +0200 Subject: rhi: Switch command lists to QVLA Change-Id: Ic163533eee973f0ee2f3e2efe25390caa57dd659 Reviewed-by: Paul Olav Tvete --- src/gui/rhi/qrhigles2_p_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/rhi/qrhigles2_p_p.h') diff --git a/src/gui/rhi/qrhigles2_p_p.h b/src/gui/rhi/qrhigles2_p_p.h index c004b7f171..5940633151 100644 --- a/src/gui/rhi/qrhigles2_p_p.h +++ b/src/gui/rhi/qrhigles2_p_p.h @@ -514,7 +514,7 @@ struct QGles2CommandBuffer : public QRhiCommandBuffer ComputePass }; - QList commands; + QVarLengthArray commands; QVarLengthArray passResTrackers; int currentPassResTrackerIndex; -- cgit v1.2.3