The explicit settings ignore the aquamarine output.supportsExplicit attribute, which creates glitches on drivers not supporting explicit sync (example: freedreno). If the output has been set as not supporting explicit, disable the explicit settings.
This commit is contained in:
parent
208f94fe12
commit
5d2b008294
3 changed files with 13 additions and 5 deletions
|
|
@ -75,7 +75,7 @@ class CHyprRenderer {
|
|||
bool isNvidia();
|
||||
void makeEGLCurrent();
|
||||
void unsetEGL();
|
||||
SExplicitSyncSettings getExplicitSyncSettings();
|
||||
SExplicitSyncSettings getExplicitSyncSettings(SP<Aquamarine::IOutput> output);
|
||||
void addWindowToRenderUnfocused(PHLWINDOW window);
|
||||
void makeWindowSnapshot(PHLWINDOW);
|
||||
void makeRawWindowSnapshot(PHLWINDOW, CFramebuffer*);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue