mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
DX11: Fixed device creation flags.
This commit is contained in:
parent
8cd9551f26
commit
1f696d2f7f
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue