mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-19 03:08:27 +00:00
Don't force on the D3D11 debug flag
This commit is contained in:
parent
b4d0af9cf3
commit
7271a2040b
1 changed files with 0 additions and 1 deletions
|
@ -524,7 +524,6 @@ static HRESULT D3D11_CreateDeviceResources(SDL_Renderer *renderer)
|
|||
if (SDL_GetHintBoolean(SDL_HINT_RENDER_DIRECT3D11_DEBUG, SDL_FALSE)) {
|
||||
creationFlags |= D3D11_CREATE_DEVICE_DEBUG;
|
||||
}
|
||||
creationFlags |= D3D11_CREATE_DEVICE_DEBUG;
|
||||
|
||||
/* Create a single-threaded device unless the app requests otherwise. */
|
||||
if (!SDL_GetHintBoolean(SDL_HINT_RENDER_DIRECT3D_THREADSAFE, SDL_FALSE)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue