mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-24 23:46:41 +00:00
Don't attempt to replay a CmdExecuteCommands as a solo drawcall
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user