Apparently gamma22 gives incorrect colors or at least colors different from rendering without color management. srgb transfer function gives expected colors.

This commit is contained in:
Kovid Goyal
2025-07-31 19:07:28 +05:30
parent caa654b6b8
commit 2ffa8cd7c2
2 changed files with 5 additions and 3 deletions

2
glfw/wl_platform.h vendored
View File

@@ -397,7 +397,7 @@ typedef struct _GLFWlibraryWayland
} egl;
struct {
struct { bool gamma22, ext_linear; } supported_transfer_functions;
struct { bool gamma22, ext_linear, srgb; } supported_transfer_functions;
struct { bool srgb; } supported_primaries;
struct { bool parametric, set_primaries; } supported_features;
bool capabilities_reported, image_description_done, has_needed_capabilities;