mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-20 11:48:29 +00:00
Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
parent
df48af22d4
commit
d25cdc0fef
1 changed files with 4 additions and 1 deletions
|
@ -115,7 +115,10 @@ typedef enum SDL_FlipMode
|
|||
* remaining bytes to reach the pitch are used as padding to reach a desired
|
||||
* alignment, and have undefined contents.
|
||||
*
|
||||
* When a surface holds YUV format data, the planes are assumed to be contiguous without padding between them, e.g. a 32x32 surface in NV12 format with a pitch of 32 would consist of 32x32 bytes of Y plane followed by 32x16 bytes of UV plane.
|
||||
* When a surface holds YUV format data, the planes are assumed to be
|
||||
* contiguous without padding between them, e.g. a 32x32 surface in NV12
|
||||
* format with a pitch of 32 would consist of 32x32 bytes of Y plane followed
|
||||
* by 32x16 bytes of UV plane.
|
||||
*
|
||||
* \since This struct is available since SDL 3.1.3.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue