Don't attempt to replay a CmdExecuteCommands as a solo drawcall

This commit is contained in:
baldurk
2017-02-02 17:00:02 +00:00
parent e0d1b49bb4
commit 8959a99ad3
@@ -2440,6 +2440,12 @@ bool WrappedVulkan::Serialise_vkCmdExecuteCommands(Serialiser *localSerialiser,
{
// do nothing, don't bother with the logic below
}
else if(m_FirstEventID == m_LastEventID)
{
#if ENABLED(VERBOSE_PARTIAL_REPLAY)
RDCDEBUG("ExecuteCommands no OnlyDraw %u", m_FirstEventID);
#endif
}
else if(m_LastEventID <= startEID)
{
#if ENABLED(VERBOSE_PARTIAL_REPLAY)