diff options
author | mobserveur <mobserveur@gmail.com> | 2025-09-08 17:26:53 +0200 |
---|---|---|
committer | mobserveur <mobserveur@gmail.com> | 2025-09-08 17:26:53 +0200 |
commit | ccf0114f36968d6cf6dfb11e1c5a035406314924 (patch) | |
tree | 50edc786a62ee0b1e2aa6bf06251b655806123f3 /indra/llwindow/llwindowmacosx.cpp | |
parent | 7f0c81918575d3f05e4eadc160b600eaa8b383d1 (diff) |
Optimisations and experimental HDR display support on mac
This commit completes the previous ones for performance optimisations,
and adds HDR display support on mac
Diffstat (limited to 'indra/llwindow/llwindowmacosx.cpp')
-rw-r--r-- | indra/llwindow/llwindowmacosx.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llwindow/llwindowmacosx.cpp b/indra/llwindow/llwindowmacosx.cpp index c97e014e46..febb43a49b 100644 --- a/indra/llwindow/llwindowmacosx.cpp +++ b/indra/llwindow/llwindowmacosx.cpp @@ -53,6 +53,7 @@ extern bool gDebugWindowProc; bool gHiDPISupport = true; +bool gHDRDisplaySupport = false; const S32 BITS_PER_PIXEL = 32; const S32 MAX_NUM_RESOLUTIONS = 32; |