Sync SDL3 wiki -> header
This commit is contained in:
parent
cb38649490
commit
317099b01f
1 changed files with 3 additions and 1 deletions
|
@ -360,7 +360,9 @@ extern DECLSPEC SDL_DisplayID SDLCALL SDL_GetPrimaryDisplay(void);
|
||||||
* - `SDL_PROP_DISPLAY_SDR_WHITE_LEVEL_FLOAT`: the luminance, in nits, that
|
* - `SDL_PROP_DISPLAY_SDR_WHITE_LEVEL_FLOAT`: the luminance, in nits, that
|
||||||
* SDR white is rendered on this display. If this value is not set or is
|
* SDR white is rendered on this display. If this value is not set or is
|
||||||
* zero, the value 200 is a reasonable default when HDR is enabled.
|
* zero, the value 200 is a reasonable default when HDR is enabled.
|
||||||
* - `SDL_PROP_DISPLAY_HDR_WHITE_LEVEL_FLOAT`: the maximum luminance, in nits, of HDR content on this display. If this value is not set or is zero, the value 400 is a reasonable default when HDR is enabled.
|
* - `SDL_PROP_DISPLAY_HDR_WHITE_LEVEL_FLOAT`: the maximum luminance, in nits,
|
||||||
|
* of HDR content on this display. If this value is not set or is zero, the
|
||||||
|
* value 400 is a reasonable default when HDR is enabled.
|
||||||
*
|
*
|
||||||
* \param displayID the instance ID of the display to query
|
* \param displayID the instance ID of the display to query
|
||||||
* \returns a valid property ID on success or 0 on failure; call
|
* \returns a valid property ID on success or 0 on failure; call
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue