mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-23 04:59:10 +00:00
Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
parent
1a7c206986
commit
2a0223487f
2 changed files with 28 additions and 19 deletions
|
@ -2258,8 +2258,9 @@ extern SDL_DECLSPEC bool SDLCALL SDL_RenderTexture9Grid(SDL_Renderer *renderer,
|
|||
* corner of `dstrect`, or 0.0f for an unscaled copy.
|
||||
* \param dstrect a pointer to the destination rectangle, or NULL for the
|
||||
* entire rendering target.
|
||||
* \param tileScale the scale used to transform the borders and center of `srcrect` into the
|
||||
* borders and middle of `dstrect`, or 1.0f for an unscaled copy.
|
||||
* \param tileScale the scale used to transform the borders and center of
|
||||
* `srcrect` into the borders and middle of `dstrect`, or
|
||||
* 1.0f for an unscaled copy.
|
||||
* \returns true on success or false on failure; call SDL_GetError() for more
|
||||
* information.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue