mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-07-24 09:40:31 +00:00
edid-parse: print the HDR luminance information
This commit is contained in:
@@ -719,6 +719,9 @@ dump_monitor_info (MonitorInfo *info)
|
||||
printf ("Blue Y: %f\n", info->blue_y);
|
||||
printf ("White X: %f\n", info->white_x);
|
||||
printf ("White Y: %f\n", info->white_y);
|
||||
printf ("Min luminance: %f\n", info->min_luminance);
|
||||
printf ("Max luminance: %f\n", info->max_luminance);
|
||||
printf ("Max frame average luminance %f\n", info->max_frame_average_luminance);
|
||||
|
||||
printf ("Established Timings:\n");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user