DRAFT |
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.
Code Examples
You can add your code example here
Remarks
You can add useful comments here
Version
This hint is available since SDL 2.0.1.