Browse Source

Sync SDL wiki -> header

SDL Wiki Bot 3 years ago
parent
commit
8fb1b50a9e
1 changed files with 3 additions and 0 deletions
  1. 3 0
      include/SDL_render.h

+ 3 - 0
include/SDL_render.h

@@ -1765,6 +1765,9 @@ extern DECLSPEC void SDLCALL SDL_DestroyTexture(SDL_Texture * texture);
 /**
 /**
  * Destroy the rendering context for a window and free associated textures.
  * Destroy the rendering context for a window and free associated textures.
  *
  *
+ * If `window` is NULL, this function will return immediately after setting
+ * the SDL error message to "Invalid window". See SDL_GetError().
+ *
  * \param renderer the rendering context
  * \param renderer the rendering context
  *
  *
  * \since This function is available since SDL 2.0.0.
  * \since This function is available since SDL 2.0.0.