mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-17 03:05:44 +00:00
Add the empty VkQueueSubmit() during replay when submitCount is zero
For consistency of replay to the application
This commit is contained in:
@@ -1517,6 +1517,7 @@ bool WrappedVulkan::Serialise_vkQueueSubmit(SerialiserType &ser, VkQueue queue,
|
||||
{
|
||||
// account for the queue submit event
|
||||
m_RootEventID++;
|
||||
ObjDisp(queue)->QueueSubmit(Unwrap(queue), 0, NULL, VK_NULL_HANDLE);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user