Sync wiki -> header

This commit is contained in:
SDL Wiki Bot
2021-07-23 18:29:04 +00:00
parent 9632fb3369
commit 7edffc5798
3 changed files with 9 additions and 8 deletions

View File

@@ -1425,7 +1425,7 @@ extern DECLSPEC int SDLCALL SDL_RenderCopyExF(SDL_Renderer * renderer,
* frequently.
*
* `pitch` specifies the number of bytes between rows in the destination
* `pixels data. This allows you to write to a subrectangle or have padded
* `pixels` data. This allows you to write to a subrectangle or have padded
* rows in the destination. Generally, `pitch` should equal the number of
* pixels per row in the `pixels` data times the number of bytes per pixel,
* but it might contain additional padding (for example, 24bit RGB Windows