mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-22 13:45:55 +00:00
Make sure to account for missing draws even with MaxCount==1
* If we don't account for an execute with MaxCount==1 and actual count 0 then our EID tracking gets mismatched.
This commit is contained in:
@@ -3968,7 +3968,6 @@ bool WrappedID3D12GraphicsCommandList::Serialise_ExecuteIndirect(
|
||||
|
||||
uint32_t baseEventID = it->eventId;
|
||||
|
||||
if(count > 1)
|
||||
{
|
||||
// get the number of draws by looking at how many children the parent action has.
|
||||
const rdcarray<ActionDescription> &children = m_pDevice->GetAction(it->eventId)->children;
|
||||
|
||||
Reference in New Issue
Block a user