DX11: Fixed device creation flags.
This commit is contained in:
parent
8cd9551f26
commit
1f696d2f7f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user