screenshader: rename output uniform to wl_output (#4606)

* screenshader: rename output uniform to monitor

* rename to wl_output
This commit is contained in:
JManch
2024-02-04 02:30:00 +00:00
committed by GitHub
parent 5d4ff60f53
commit 1ed4f1cb25
2 changed files with 9 additions and 9 deletions

View File

@@ -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;