mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-10 00:51:58 -07:00
screenshader: rename output uniform to wl_output (#4606)
* screenshader: rename output uniform to monitor * rename to wl_output
This commit is contained in:
@@ -42,9 +42,9 @@ class CShader {
|
||||
GLint gradientLength = -1;
|
||||
GLint angle = -1;
|
||||
|
||||
GLint time = -1;
|
||||
GLint distort = -1;
|
||||
GLint output = -1;
|
||||
GLint time = -1;
|
||||
GLint distort = -1;
|
||||
GLint wl_output = -1;
|
||||
|
||||
// Blur prepare
|
||||
GLint contrast = -1;
|
||||
|
Reference in New Issue
Block a user