mirror of
https://github.com/yawut/SDL.git
synced 2026-04-22 08:37:27 -05:00
Added documentation saying the render API isn't for multi-threading.
This commit is contained in:
parent
1de7a622ab
commit
1d3d9d10fb
|
|
@ -37,9 +37,12 @@
|
|||
* them, and may also be stretched with linear interpolation.
|
||||
*
|
||||
* This API is designed to accelerate simple 2D operations. You may
|
||||
* want more functionality such as rotation and particle effects and
|
||||
* want more functionality such as polygons and particle effects and
|
||||
* in that case you should use SDL's OpenGL/Direct3D support or one
|
||||
* of the many good 3D engines.
|
||||
*
|
||||
* These functions must be called from the main thread.
|
||||
* See this bug for details: http://bugzilla.libsdl.org/show_bug.cgi?id=1995
|
||||
*/
|
||||
|
||||
#ifndef _SDL_render_h
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user