renderer/cm: make needsHDRupdate per-monitor state (#12564)
Co-authored-by: drzbida <55928036+drzbida@users.noreply.github.com>
This commit is contained in:
parent
9584b2d40e
commit
916e5d1aea
2 changed files with 5 additions and 6 deletions
|
|
@ -336,6 +336,7 @@ class CMonitor {
|
|||
bool m_enabled = false;
|
||||
bool m_renderingInitPassed = false;
|
||||
WP<CWindow> m_previousFSWindow;
|
||||
bool m_needsHDRupdate = false;
|
||||
NColorManagement::SImageDescription m_imageDescription;
|
||||
bool m_noShaderCTM = false; // sets drm CTM, restore needed
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue