mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12:00
d3d12: Reset gfxHandler in dtor
This commit is contained in:
parent
11980346c9
commit
3d486a8ba9
1 changed files with 1 additions and 0 deletions
|
@ -343,6 +343,7 @@ D3D12GSRender::D3D12GSRender()
|
||||||
|
|
||||||
D3D12GSRender::~D3D12GSRender()
|
D3D12GSRender::~D3D12GSRender()
|
||||||
{
|
{
|
||||||
|
gfxHandler = [this](u32) { return false; };
|
||||||
m_constantsData.Release();
|
m_constantsData.Release();
|
||||||
m_vertexIndexData.Release();
|
m_vertexIndexData.Release();
|
||||||
m_textureUploadData.Release();
|
m_textureUploadData.Release();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue