mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
d3d12: Reset gfxHandler in dtor
This commit is contained in:
parent
11980346c9
commit
3d486a8ba9
|
|
@ -343,6 +343,7 @@ D3D12GSRender::D3D12GSRender()
|
|||
|
||||
D3D12GSRender::~D3D12GSRender()
|
||||
{
|
||||
gfxHandler = [this](u32) { return false; };
|
||||
m_constantsData.Release();
|
||||
m_vertexIndexData.Release();
|
||||
m_textureUploadData.Release();
|
||||
|
|
|
|||
Loading…
Reference in a new issue