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 <laszlo.agocs@qt.io>
This commit is contained in:
Laszlo Agocs 2023-06-26 12:20:18 +02:00
parent 4afcdc488f
commit 582e9015cf

View File

@ -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) {