mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-19 05:23:00 +01:00
Added file/line argument to fatal callback.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user