Free DX12 devices on destroy

This commit is contained in:
Nemirtingas 2019-10-15 15:01:25 +02:00
parent 121df0ef39
commit 1edbdd8a35
1 changed files with 7 additions and 0 deletions

View File

@ -247,6 +247,13 @@ DX12_Hook::~DX12_Hook()
if (initialized)
{
pSrvDescHeap->Release();
for (UINT i = 0; i < bufferCount; ++i)
pCmdAlloc[i]->Release();
pRtvDescHeap->Release();
delete[]pMainRenderTargets;
delete[]pCmdAlloc;
ImGui_ImplDX12_InvalidateDeviceObjects();
ImGui::DestroyContext();