mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
D3D12: Fixed crash on exit.
This commit is contained in:
@@ -1323,6 +1323,7 @@ namespace bgfx { namespace d3d12
|
||||
|
||||
void shutdown()
|
||||
{
|
||||
m_cmd.finish();
|
||||
m_batch.destroy();
|
||||
|
||||
preReset();
|
||||
|
||||
Reference in New Issue
Block a user