hints: Rename SDL_HINT_OPENGL_FORCE_SRGB_CAPABLE.

It's now SDL_HINT_OPENGL_FORCE_SRGB_FRAMEBUFFER, since it does more than mess
with the srgb-capable context attribute now.

Reference Issue #14898.
This commit is contained in:
Ryan C. Gordon
2026-02-13 14:31:45 -05:00
parent fc570a1a1c
commit 10b524c7cc
6 changed files with 6 additions and 6 deletions

View File

@@ -3078,7 +3078,7 @@ extern "C" {
*
* \since This hint is available since SDL 3.4.2.
*/
#define SDL_HINT_OPENGL_FORCE_SRGB_CAPABLE "SDL_OPENGL_FORCE_SRGB_CAPABLE"
#define SDL_HINT_OPENGL_FORCE_SRGB_FRAMEBUFFER "SDL_OPENGL_FORCE_SRGB_FRAMEBUFFER"
/**
* Mechanism to specify openvr_api library location