mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 09:30:44 +00:00
missed one change for the vulkan in app api capture fix
This commit is contained in:
committed by
Baldur Karlsson
parent
7ad303f6ad
commit
da289fdbcc
@@ -1027,7 +1027,7 @@ VkResult WrappedVulkan::vkQueueSubmit(VkQueue queue, uint32_t submitCount,
|
||||
if(present)
|
||||
{
|
||||
AdvanceFrame();
|
||||
Present(LayerDisp(m_Instance), NULL);
|
||||
Present(m_Instance, NULL);
|
||||
}
|
||||
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user