mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-05-05 06:01:11 +00:00
[idd] remove unconditional debug enablement for DirectX11
This commit is contained in:
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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user