mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
D3D11: Fixed crash when driver unloads when context is released.
This commit is contained in:
@@ -1598,7 +1598,6 @@ namespace bgfx { namespace d3d11
|
||||
DX_RELEASE(m_annotation, 1);
|
||||
DX_RELEASE(m_swapChain, 0);
|
||||
DX_RELEASE(m_deviceCtx, 0);
|
||||
DX_RELEASE(m_device, 0);
|
||||
|
||||
m_dxgi.shutdown();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user