mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-28 10:21:48 +00:00
Add the empty VkQueueSubmit2() during replay when submitCount is zero
This commit is contained in:
@@ -1721,6 +1721,7 @@ bool WrappedVulkan::Serialise_vkQueueSubmit2(SerialiserType &ser, VkQueue queue,
|
||||
{
|
||||
// account for the queue submit event
|
||||
m_RootEventID++;
|
||||
ObjDisp(queue)->QueueSubmit2(Unwrap(queue), 0, NULL, VK_NULL_HANDLE);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user