Wiki Page Content

Revision 1 as of 2014-02-13 02:01:38

Clear message

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

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