mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-23 06:05:45 +00:00
Increment D3D12 initial state batch index
* This was missing so we'd never break batches
This commit is contained in:
@@ -3386,6 +3386,8 @@ ID3D12GraphicsCommandListX *WrappedID3D12Device::GetInitialStateList()
|
||||
}
|
||||
}
|
||||
|
||||
initStateCurBatch++;
|
||||
|
||||
return initStateCurList;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user