mirror of
https://github.com/hyprwm/Hyprland
synced 2026-05-07 07:58:01 +02:00
avoid icc workbuffer
This commit is contained in:
parent
60abf28fc9
commit
5cfa6fcf9f
1 changed files with 1 additions and 1 deletions
|
|
@ -2567,7 +2567,7 @@ bool CMonitor::useFP16() {
|
|||
PImageDescription CMonitor::workBufferImageDescription() {
|
||||
static const auto PFP16TF = CConfigValue<Hyprlang::INT>("render:fp16_sdr_tf");
|
||||
|
||||
if (!useFP16())
|
||||
if (!useFP16() && !m_imageDescription->value().icc.present)
|
||||
return m_imageDescription;
|
||||
|
||||
const auto& value = m_imageDescription->value();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue