mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-18 20:18:59 +00:00
Sync SDL3 wiki -> header
This commit is contained in:
parent
9bc7cfc755
commit
4ffec098b7
1 changed files with 2 additions and 2 deletions
|
|
@ -706,8 +706,8 @@ extern DECLSPEC SDL_PropertiesID SDLCALL SDL_GetTextureProperties(SDL_Texture *t
|
|||
* Get the renderer that created an SDL_Texture.
|
||||
*
|
||||
* \param texture the texture to query
|
||||
* \returns a pointer to the SDL_Renderer that created the texture, or NULL
|
||||
* on failure; call SDL_GetError() for more information.
|
||||
* \returns a pointer to the SDL_Renderer that created the texture, or NULL on
|
||||
* failure; call SDL_GetError() for more information.
|
||||
*
|
||||
* \threadsafety It is safe to call this function from any thread.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue