mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-16 01:38:27 +00:00
Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
parent
d0f1910918
commit
7278399366
1 changed files with 8 additions and 8 deletions
|
@ -2085,14 +2085,14 @@ extern SDL_DECLSPEC bool SDLCALL SDL_RenderTextureRotated(SDL_Renderer *renderer
|
||||||
* \param srcrect a pointer to the source rectangle, or NULL for the entire
|
* \param srcrect a pointer to the source rectangle, or NULL for the entire
|
||||||
* texture.
|
* texture.
|
||||||
* \param origin a pointer to a point indicating where the top-left corner of
|
* \param origin a pointer to a point indicating where the top-left corner of
|
||||||
srcrect should be mapped to, or NULL for the rendering
|
* srcrect should be mapped to, or NULL for the rendering
|
||||||
target's origin.
|
* target's origin.
|
||||||
* \param right a pointer to a point indicating where the top-right corner of
|
* \param right a pointer to a point indicating where the top-right corner of
|
||||||
srcrect should be mapped to, or NULL for the rendering
|
* srcrect should be mapped to, or NULL for the rendering
|
||||||
target's top-right corner.
|
* target's top-right corner.
|
||||||
* \param down a pointer to a point indicating where the bottom-left corner
|
* \param down a pointer to a point indicating where the bottom-left corner of
|
||||||
of srcrect should be mapped to, or NULL for the rendering
|
* srcrect should be mapped to, or NULL for the rendering target's
|
||||||
target's bottom-left corner.
|
* bottom-left corner.
|
||||||
* \returns true on success or false on failure; call SDL_GetError() for more
|
* \returns true on success or false on failure; call SDL_GetError() for more
|
||||||
* information.
|
* information.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue