== Draft == '''THIS PAGE IS A WORK IN PROGRESS''' ... Please make edits to this page to improve it! = SDL_HINT_RENDER_DIRECT3D11_DEBUG = A hint that specifies a variable controlling whether to enable Direct3D 11+'s Debug Layer. == Values == {| |0 |disable Debug Layer use |- |1 |enable Debug Layer use |} == Default == By default SDL does not use Direct3D Debug Layer. == Remarks == This variable does not have any effect on the Direct3D 9 based renderer. == Version == This hint is available since SDL 2.0.3. ---- [[CategoryDefine]], [[CategoryHints]], [[CategoryDraft]]