summaryrefslogtreecommitdiff
path: root/include/SDL_render.h
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2017-08-12 13:05:26 -0700
committerSam Lantinga <slouken@libsdl.org>2017-08-12 13:05:26 -0700
commitd8de59f544475e0a78c50d000cc712305c76ca62 (patch)
tree38bc394fb6ef2b83877e324f71837b6cb5a7a47b /include/SDL_render.h
parentbba41200ea42ee43ddff41efd88f25c716231a0a (diff)
Note that texture contents are undefined when the texture is created.
Diffstat (limited to 'include/SDL_render.h')
-rw-r--r--include/SDL_render.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/SDL_render.h b/include/SDL_render.h
index 56341b4568..ea6ef9ff64 100644
--- a/include/SDL_render.h
+++ b/include/SDL_render.h
@@ -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()