[idd] debug: add debug defines and make use of them

This commit is contained in:
Geoffrey McRae
2025-03-16 16:31:44 +00:00
parent 0db9d3a27b
commit 09df8c41aa
14 changed files with 99 additions and 89 deletions

View File

@@ -54,7 +54,7 @@ HRESULT CD3D11Device::Init()
if (FAILED(hr))
return hr;
DBGPRINT("Feature Level: 0x%x", featureLevel);
DEBUG_INFO("Feature Level: 0x%x", featureLevel);
hr = device.As(&m_device);
if (FAILED(hr))