Clarified API documentation
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403728
This commit is contained in:
parent
45f06cc73d
commit
5b2bf45c12
1 changed files with 1 additions and 1 deletions
|
@ -1255,7 +1255,7 @@ extern DECLSPEC int SDLCALL SDL_RenderCopy(SDL_TextureID textureID,
|
|||
* \brief Read pixels from the current rendering target.
|
||||
*
|
||||
* \param rect A pointer to the rectangle to read, or NULL for the entire render target
|
||||
* \param pixels A pointer to be filled in with the pixel data
|
||||
* \param pixels A pointer to be filled in with the pixel data in the rendering target format
|
||||
* \param pitch The pitch of the pixels parameter
|
||||
*
|
||||
* \return 0 on success, or -1 if pixel reading is not supported.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue