mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-23 04:59:10 +00:00
Improved the pitch variable description
This commit is contained in:
parent
ce64b4ad3a
commit
48481c8e55
1 changed files with 1 additions and 1 deletions
|
@ -371,7 +371,7 @@ extern DECLSPEC int SDLCALL SDL_GetTextureBlendMode(SDL_Texture * texture,
|
||||||
* \param rect A pointer to the rectangle of pixels to update, or NULL to
|
* \param rect A pointer to the rectangle of pixels to update, or NULL to
|
||||||
* update the entire texture.
|
* update the entire texture.
|
||||||
* \param pixels The raw pixel data.
|
* \param pixels The raw pixel data.
|
||||||
* \param pitch The number of bytes between rows of pixel data.
|
* \param pitch The number of bytes in a row of pixel data, including padding between lines.
|
||||||
*
|
*
|
||||||
* \return 0 on success, or -1 if the texture is not valid.
|
* \return 0 on success, or -1 if the texture is not valid.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue