mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-24 23:46:41 +00:00
Don't full replay vkCmdExecuteCommands if we're only doing a single draw
This commit is contained in:
@@ -3340,7 +3340,7 @@ bool WrappedVulkan::Serialise_vkCmdExecuteCommands(SerialiserType &ser, VkComman
|
||||
{
|
||||
// do nothing, don't bother with the logic below
|
||||
}
|
||||
else if(m_FirstEventID == m_LastEventID && !fullRecord)
|
||||
else if(m_FirstEventID == m_LastEventID)
|
||||
{
|
||||
#if ENABLED(VERBOSE_PARTIAL_REPLAY)
|
||||
RDCDEBUG("ExecuteCommands no OnlyDraw %u", m_FirstEventID);
|
||||
|
||||
Reference in New Issue
Block a user