Skip to content

Commit

Permalink
Sync SDL2 wiki -> header
Browse files Browse the repository at this point in the history
  • Loading branch information
SDLWikiBot committed Sep 10, 2024
1 parent 8fa9999 commit ea820ed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion include/SDL_render.h
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,10 @@ extern DECLSPEC SDL_bool SDLCALL SDL_RenderTargetSupported(SDL_Renderer *rendere
*
* The default render target is the window for which the renderer was created.
* To stop rendering to a texture and render to the window again, call this
* function with a NULL `texture`.
* function with a NULL `texture`. This will reset the renderer's viewport,
* clipping rectangle, and scaling settings to the state they were in before
* setting a non-NULL `texture` target, losing any changes made in the
* meantime.
*
* \param renderer the rendering context.
* \param texture the targeted texture, which must be created with the
Expand Down

0 comments on commit ea820ed

Please sign in to comment.