mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-15 01:08:26 +00:00
include: More documentation updates.
This commit is contained in:
parent
46b69af5a3
commit
0e0bb22f79
4 changed files with 50 additions and 15 deletions
|
@ -496,8 +496,9 @@ typedef enum SDL_ColorPrimaries
|
|||
} SDL_ColorPrimaries;
|
||||
|
||||
/**
|
||||
* The transfer characteristics, as described by
|
||||
* https://www.itu.int/rec/T-REC-H.273-201612-S/en
|
||||
* The color transfer characteristics.
|
||||
*
|
||||
* These are as described by https://www.itu.int/rec/T-REC-H.273-201612-S/en
|
||||
*
|
||||
* \since This enum is available since SDL 3.0.0.
|
||||
*/
|
||||
|
@ -525,8 +526,9 @@ typedef enum SDL_TransferCharacteristics
|
|||
} SDL_TransferCharacteristics;
|
||||
|
||||
/**
|
||||
* The matrix coefficients, as described by
|
||||
* https://www.itu.int/rec/T-REC-H.273-201612-S/en
|
||||
* The matrix coefficients.
|
||||
*
|
||||
* These are as described by https://www.itu.int/rec/T-REC-H.273-201612-S/en
|
||||
*
|
||||
* \since This enum is available since SDL 3.0.0.
|
||||
*/
|
||||
|
@ -550,7 +552,7 @@ typedef enum SDL_MatrixCoefficients
|
|||
} SDL_MatrixCoefficients;
|
||||
|
||||
/**
|
||||
* The chroma sample location
|
||||
* The chroma sample location.
|
||||
*
|
||||
* \since This enum is available since SDL 3.0.0.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue