screencopy: un-hdr screencopy buffers for cm-unaware clients (#11294)
This commit is contained in:
parent
a907ecd4ff
commit
9607e3b5a8
6 changed files with 39 additions and 10 deletions
|
|
@ -200,6 +200,8 @@ class CHyprOpenGLImpl {
|
|||
bool noAA = false;
|
||||
bool blockBlurOptimization = false;
|
||||
GLenum wrapX = GL_CLAMP_TO_EDGE, wrapY = GL_CLAMP_TO_EDGE;
|
||||
bool cmBackToSRGB = false;
|
||||
SP<CMonitor> cmBackToSRGBSource;
|
||||
};
|
||||
|
||||
struct SBorderRenderData {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue