Skip to content

Commit

Permalink
Sync SDL3 header -> wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
SDLWikiBot committed Dec 27, 2024
1 parent ec2ed50 commit 6927592
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions SDL3/SDL_CreateTexture.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@ SDL_Texture * SDL_CreateTexture(SDL_Renderer *renderer, SDL_PixelFormat format,
## Return Value
([SDL_Texture](SDL_Texture) *) Returns a pointer to the created texture or
NULL if no rendering context was active, the format was unsupported, or the
width or height were out of range; call [SDL_GetError](SDL_GetError)() for
more information.
([SDL_Texture](SDL_Texture) *) Returns the created texture or NULL on
failure; call [SDL_GetError](SDL_GetError)() for more information.
## Remarks
Expand Down
6 changes: 2 additions & 4 deletions SDL3/SDL_CreateTextureWithProperties.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@ SDL_Texture * SDL_CreateTextureWithProperties(SDL_Renderer *renderer, SDL_Proper
## Return Value
([SDL_Texture](SDL_Texture) *) Returns a pointer to the created texture or
NULL if no rendering context was active, the format was unsupported, or the
width or height were out of range; call [SDL_GetError](SDL_GetError)() for
more information.
([SDL_Texture](SDL_Texture) *) Returns the created texture or NULL on
failure; call [SDL_GetError](SDL_GetError)() for more information.
## Remarks
Expand Down

0 comments on commit 6927592

Please sign in to comment.