mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-11-27 04:30:45 +00:00
video: Document that renderer lifetimes are tied to their associated windows
This commit is contained in:
committed by
Sam Lantinga
parent
02c63667c7
commit
5abcfad352
@@ -2020,6 +2020,10 @@ extern DECLSPEC void SDLCALL SDL_DestroyTexture(SDL_Texture *texture);
|
||||
* If `renderer` is NULL, this function will return immediately after setting
|
||||
* the SDL error message to "Invalid renderer". See SDL_GetError().
|
||||
*
|
||||
* Note that destroying a window implicitly destroys the associated renderer,
|
||||
* so this should not be called if the window associated with the renderer has
|
||||
* already been destroyed.
|
||||
*
|
||||
* \param renderer the rendering context
|
||||
*
|
||||
* \since This function is available since SDL 3.0.0.
|
||||
|
||||
Reference in New Issue
Block a user