mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-01 07:28:30 +00:00
Updated SDL_StretchSurface() documentation
Fixes https://github.com/libsdl-org/SDL/issues/13135
(cherry picked from commit 7db0ac7380
)
This commit is contained in:
@@ -1279,10 +1279,11 @@ extern SDL_DECLSPEC bool SDLCALL SDL_BlitSurfaceUncheckedScaled(SDL_Surface *src
|
|||||||
*
|
*
|
||||||
* \param src the SDL_Surface structure to be copied from.
|
* \param src the SDL_Surface structure to be copied from.
|
||||||
* \param srcrect the SDL_Rect structure representing the rectangle to be
|
* \param srcrect the SDL_Rect structure representing the rectangle to be
|
||||||
* copied, may not be NULL.
|
* copied, or NULL to copy the entire surface.
|
||||||
* \param dst the SDL_Surface structure that is the blit target.
|
* \param dst the SDL_Surface structure that is the blit target.
|
||||||
* \param dstrect the SDL_Rect structure representing the target rectangle in
|
* \param dstrect the SDL_Rect structure representing the target rectangle in
|
||||||
* the destination surface, may not be NULL.
|
* the destination surface, or NULL to fill the entire
|
||||||
|
* destination surface.
|
||||||
* \param scaleMode the SDL_ScaleMode to be used.
|
* \param scaleMode the SDL_ScaleMode to be used.
|
||||||
* \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.
|
||||||
|
Reference in New Issue
Block a user