mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-17 07:21:03 +00:00
Flush command lists so we don't leak one each present
This commit is contained in:
@@ -840,6 +840,7 @@ HRESULT WrappedID3D12Device::Present(WrappedIDXGISwapChain3 *swap, UINT SyncInte
|
||||
list->Close();
|
||||
|
||||
ExecuteLists();
|
||||
FlushLists();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user