hdr: fix overrides and missing edid hdr metadata (#11476)
This commit is contained in:
parent
1a0ed00f74
commit
1d67987459
3 changed files with 15 additions and 15 deletions
|
|
@ -245,9 +245,9 @@ class CMonitor {
|
|||
|
||||
bool supportsWideColor();
|
||||
bool supportsHDR();
|
||||
float minLuminance();
|
||||
int maxLuminance();
|
||||
int maxAvgLuminance();
|
||||
float minLuminance(float defaultValue = 0);
|
||||
int maxLuminance(int defaultValue = 80);
|
||||
int maxAvgLuminance(int defaultValue = 80);
|
||||
|
||||
bool m_enabled = false;
|
||||
bool m_renderingInitPassed = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue