mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-20 13:53:14 +01:00
DX11: Fixed device creation flags.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user