DX11: Fixed device creation flags.

This commit is contained in:
Branimir Karadžić 2014-12-04 19:35:01 -08:00
parent 8cd9551f26
commit 1f696d2f7f

View file

@ -666,7 +666,7 @@ RENDERDOC_IMPORT
};
uint32_t flags = D3D11_CREATE_DEVICE_SINGLETHREADED
| BX_ENABLED(BGFX_CONFIG_DEBUG) ? D3D11_CREATE_DEVICE_DEBUG : 0
| (BX_ENABLED(BGFX_CONFIG_DEBUG) ? D3D11_CREATE_DEVICE_DEBUG : 0)
;
D3D_FEATURE_LEVEL featureLevel;