From 582e9015cf7b612eb5721891b9e5c3828f6b3095 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Mon, 26 Jun 2023 12:20:18 +0200 Subject: [PATCH] rhi: multiview test: Fix leftover resourceUpdate call This should not be there because 'u' is passed to beginPass(). Change-Id: I95ba8ed400baa06948b4d4c6bbf7ca2d07a5480f Reviewed-by: Laszlo Agocs --- tests/manual/rhi/multiview/multiview.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/manual/rhi/multiview/multiview.cpp b/tests/manual/rhi/multiview/multiview.cpp index 80841d2084f..bc05d997540 100644 --- a/tests/manual/rhi/multiview/multiview.cpp +++ b/tests/manual/rhi/multiview/multiview.cpp @@ -208,8 +208,6 @@ void Window::customRender() cb->draw(3); cb->endPass(); - cb->resourceUpdate(u); - // "blit" the two texture layers on-screen just to visualize the contents u = m_r->nextResourceUpdateBatch(); if (d.winProj != m_proj) {