From 2862b1465dc43bca31e3158a119352d577b8bfce Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 12 Aug 2017 13:05:26 -0700 Subject: [PATCH] Note that texture contents are undefined when the texture is created. --- include/SDL_render.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/SDL_render.h b/include/SDL_render.h index 56341b456885c..ea6ef9ff645ce 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()