Added file/line argument to fatal callback.

This commit is contained in:
Branimir Karadžić
2018-09-19 17:54:51 -07:00
parent 7ed47a3507
commit 99e6da5b50
12 changed files with 57 additions and 48 deletions

View File

@@ -1381,7 +1381,7 @@ namespace bgfx { namespace d3d12
}
#if BX_PLATFORM_WINDOWS
DX_RELEASE_WARNONLY(m_infoQueue, 0);
DX_RELEASE_W(m_infoQueue, 0);
#endif // BX_PLATFORM_WINDOWS
DX_RELEASE(m_rtvDescriptorHeap, 0);