[idd] remove unconditional debug enablement for DirectX11

This commit is contained in:
Geoffrey McRae 2025-03-16 12:35:59 +00:00
parent 8b198091ce
commit 4f2eb984d3

@ -44,7 +44,7 @@ HRESULT CD3D11Device::Init()
m_adapter.Get(), m_adapter.Get(),
D3D_DRIVER_TYPE_UNKNOWN, D3D_DRIVER_TYPE_UNKNOWN,
nullptr, nullptr,
D3D11_CREATE_DEVICE_BGRA_SUPPORT | D3D11_CREATE_DEVICE_DEBUG, D3D11_CREATE_DEVICE_BGRA_SUPPORT,
featureLevels, featureLevels,
ARRAYSIZE(featureLevels), ARRAYSIZE(featureLevels),
D3D11_SDK_VERSION, D3D11_SDK_VERSION,