mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 16:01:42 +12:00
d3d12: Fix memleak
This commit is contained in:
parent
76d52b4bb3
commit
a2b8d3a885
1 changed files with 2 additions and 0 deletions
|
@ -160,6 +160,8 @@ void D3D12GSRender::ResourceStorage::Release()
|
||||||
m_commandAllocator->Release();
|
m_commandAllocator->Release();
|
||||||
m_textureUploadCommandAllocator->Release();
|
m_textureUploadCommandAllocator->Release();
|
||||||
m_downloadCommandAllocator->Release();
|
m_downloadCommandAllocator->Release();
|
||||||
|
CloseHandle(m_frameFinishedHandle);
|
||||||
|
m_frameFinishedFence->Release();
|
||||||
}
|
}
|
||||||
|
|
||||||
// 32 bits float to U8 unorm CS
|
// 32 bits float to U8 unorm CS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue