diff options
author | 2024-01-16 22:58:49 +0000 | |
---|---|---|
committer | 2024-01-16 22:58:49 +0000 | |
commit | 475aee8beb7bf16ad92c10cf00219ec919e17b86 (patch) | |
tree | 1d7bb41f5de58b54850b83f74f7874d14cd8bea0 /libs/hwui/Properties.h | |
parent | 5f7657c4d4a736c463f9f844b0aea5cd08549949 (diff) | |
parent | 22ab7f32617e9facbfb2ad8a1c37bd852e677688 (diff) |
Merge "Support fp16 in hwui for HDR" into main
Diffstat (limited to 'libs/hwui/Properties.h')
-rw-r--r-- | libs/hwui/Properties.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/Properties.h b/libs/hwui/Properties.h index b956facf6f90..ec53070f6cb8 100644 --- a/libs/hwui/Properties.h +++ b/libs/hwui/Properties.h @@ -336,6 +336,7 @@ public: static float maxHdrHeadroomOn8bit; static bool clipSurfaceViews; + static bool hdr10bitPlus; static StretchEffectBehavior getStretchEffectBehavior() { return stretchEffectBehavior; |