include: make SDL_RenderPresent thread safety notes less verbose.
Reference Issue #7140.
This commit is contained in:
@@ -1393,10 +1393,7 @@ extern DECLSPEC int SDLCALL SDL_RenderReadPixels(SDL_Renderer *renderer,
|
|||||||
*
|
*
|
||||||
* \param renderer the rendering context
|
* \param renderer the rendering context
|
||||||
*
|
*
|
||||||
* \threadsafety You may only call this function on the main thread. If this
|
* \threadsafety You may only call this function on the main thread.
|
||||||
* happens to work on a background thread on any given platform
|
|
||||||
* or backend, it's purely by luck and you should not rely on it
|
|
||||||
* to work next time.
|
|
||||||
*
|
*
|
||||||
* \since This function is available since SDL 3.0.0.
|
* \since This function is available since SDL 3.0.0.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user