Skip to content

Commit

Permalink
Note that texture contents are undefined when the texture is created.
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Aug 12, 2017
1 parent 6f843b9 commit 2862b14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/SDL_render.h
Expand Up @@ -233,6 +233,8 @@ extern DECLSPEC int SDLCALL SDL_GetRendererOutputSize(SDL_Renderer * renderer,
* active, the format was unsupported, or the width or height were out
* of range.
*
* \note The contents of the texture are not defined at creation.
*
* \sa SDL_QueryTexture()
* \sa SDL_UpdateTexture()
* \sa SDL_DestroyTexture()
Expand Down

0 comments on commit 2862b14

Please sign in to comment.