From 4f2eb984d3c2ae3495081a2a8c8090c63b2f1912 Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Sun, 16 Mar 2025 12:35:59 +0000 Subject: [PATCH] [idd] remove unconditional debug enablement for DirectX11 --- idd/LGIdd/CD3D11Device.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idd/LGIdd/CD3D11Device.cpp b/idd/LGIdd/CD3D11Device.cpp index 83f35e76..e1683743 100644 --- a/idd/LGIdd/CD3D11Device.cpp +++ b/idd/LGIdd/CD3D11Device.cpp @@ -44,7 +44,7 @@ HRESULT CD3D11Device::Init() m_adapter.Get(), D3D_DRIVER_TYPE_UNKNOWN, nullptr, - D3D11_CREATE_DEVICE_BGRA_SUPPORT | D3D11_CREATE_DEVICE_DEBUG, + D3D11_CREATE_DEVICE_BGRA_SUPPORT, featureLevels, ARRAYSIZE(featureLevels), D3D11_SDK_VERSION,