== Draft == '''THIS PAGE IS A WORK IN PROGRESS''' ... Please make edits to this page to improve it! = SDL_HINT_RENDER_DIRECT3D_THREADSAFE = A hint that specifies whether the Direct3D device is initialized for thread-safe operations. == Values == {| |0 |disable thread-safety (faster) |- |1 |enable thread-safety (slower) |} == Default == By default the Direct3D device is created with thread-safety disabled. == Version == This hint is available since SDL 2.0.1. ---- [[CategoryDefine]], [[CategoryHints]], [[CategoryDraft]]