mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 13:00:32 +00:00
Don't record rasterization event usage for dispatch calls
This commit is contained in:
@@ -1035,6 +1035,10 @@ void WrappedID3D11DeviceContext::AddUsage(const DrawcallDescription &d)
|
||||
}
|
||||
}
|
||||
|
||||
// don't record usage for rasterization pipeline on dispatch calls
|
||||
if(d.flags & DrawFlags::Dispatch)
|
||||
return;
|
||||
|
||||
//////////////////////////////
|
||||
// SO
|
||||
|
||||
|
||||
Reference in New Issue
Block a user