mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-10 07:45:38 +00:00
Reset s_NextTangleId to zero when constructing ControlFlow
This commit is contained in:
@@ -607,6 +607,7 @@ void ControlFlow::UpdateState(const ThreadExecutionStates &threadExecutionStates
|
||||
|
||||
void ControlFlow::Construct(const rdcarray<ThreadIndex> &threadIds)
|
||||
{
|
||||
s_NextTangleId = 0;
|
||||
const rdcarray<ExecutionPoint> sentinelPoints = {INVALID_EXECUTION_POINT};
|
||||
Tangle rootTangle;
|
||||
rootTangle.SetId(GetNewTangleId());
|
||||
|
||||
Reference in New Issue
Block a user