Wiki Page Content

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.


CategoryDefine, CategoryHints

None: SDL_HINT_RENDER_DIRECT3D_THREADSAFE (last edited 2014-02-13 02:01:38 by PhilippWiesemann)

Feedback
Please include your contact information if you'd like to receive a reply.
Submit