Commit 5b2bf45c authored by Sam Lantinga's avatar Sam Lantinga

Clarified API documentation

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403728
parent 45f06cc7
...@@ -1255,7 +1255,7 @@ extern DECLSPEC int SDLCALL SDL_RenderCopy(SDL_TextureID textureID, ...@@ -1255,7 +1255,7 @@ extern DECLSPEC int SDLCALL SDL_RenderCopy(SDL_TextureID textureID,
* \brief Read pixels from the current rendering target. * \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 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 * \param pitch The pitch of the pixels parameter
* *
* \return 0 on success, or -1 if pixel reading is not supported. * \return 0 on success, or -1 if pixel reading is not supported.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment