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:
parent
4afcdc488f
commit
582e9015cf
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user