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