diff --git a/src/dawn/native/d3d12/CommandRecordingContext.cpp b/src/dawn/native/d3d12/CommandRecordingContext.cpp index 6f050147df..1f7e2766f5 100644 --- a/src/dawn/native/d3d12/CommandRecordingContext.cpp +++ b/src/dawn/native/d3d12/CommandRecordingContext.cpp @@ -130,6 +130,7 @@ MaybeError CommandRecordingContext::ExecuteCommandList(Device* device) { mIsOpen = false; mSharedTextures.clear(); mHeapsPendingUsage.clear(); + mTempBuffers.clear(); } return {}; }