mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-30 12:32:43 +00: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…
x
Reference in New Issue
Block a user