mirror of
https://github.com/yawut/SDL.git
synced 2026-04-25 07:52:57 -05:00
Note that texture contents are undefined when the texture is created.
This commit is contained in:
parent
bba41200ea
commit
d8de59f544
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user