Skip to content

Commit 7db0ac7

Browse files
committed
Updated SDL_StretchSurface() documentation
Fixes #13135
1 parent ca988db commit 7db0ac7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

include/SDL3/SDL_surface.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1280,10 +1280,11 @@ extern SDL_DECLSPEC bool SDLCALL SDL_BlitSurfaceUncheckedScaled(SDL_Surface *src
12801280
*
12811281
* \param src the SDL_Surface structure to be copied from.
12821282
* \param srcrect the SDL_Rect structure representing the rectangle to be
1283-
* copied, may not be NULL.
1283+
* copied, or NULL to copy the entire surface.
12841284
* \param dst the SDL_Surface structure that is the blit target.
12851285
* \param dstrect the SDL_Rect structure representing the target rectangle in
1286-
* the destination surface, may not be NULL.
1286+
* the destination surface, or NULL to fill the entire
1287+
* destination surface.
12871288
* \param scaleMode the SDL_ScaleMode to be used.
12881289
* \returns true on success or false on failure; call SDL_GetError() for more
12891290
* information.

0 commit comments

Comments
 (0)