Clarified that the contents of new textures aren't defined.
This commit is contained in:
parent
ac0b1b207f
commit
7df1caba7c
1 changed files with 2 additions and 0 deletions
|
@ -479,6 +479,8 @@ extern SDL_DECLSPEC SDL_bool SDLCALL SDL_GetCurrentRenderOutputSize(SDL_Renderer
|
||||||
/**
|
/**
|
||||||
* Create a texture for a rendering context.
|
* Create a texture for a rendering context.
|
||||||
*
|
*
|
||||||
|
* The contents of a texture when first created are not defined.
|
||||||
|
*
|
||||||
* \param renderer the rendering context.
|
* \param renderer the rendering context.
|
||||||
* \param format one of the enumerated values in SDL_PixelFormat.
|
* \param format one of the enumerated values in SDL_PixelFormat.
|
||||||
* \param access one of the enumerated values in SDL_TextureAccess.
|
* \param access one of the enumerated values in SDL_TextureAccess.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue