Flush command lists so we don't leak one each present

This commit is contained in:
baldurk
2016-07-31 13:31:42 +07:00
parent ceeb1ece04
commit 041018db69
+1
View File
@@ -840,6 +840,7 @@ HRESULT WrappedID3D12Device::Present(WrappedIDXGISwapChain3 *swap, UINT SyncInte
list->Close();
ExecuteLists();
FlushLists();
}
}