summaryrefslogtreecommitdiff
path: root/shaders/aero.glsl
diff options
context:
space:
mode:
authorHunter Kvalevog <hunter@kvog.sh>2026-02-03 22:05:09 -0600
committerHunter Kvalevog <hunter@kvog.sh>2026-02-03 22:05:09 -0600
commitbf18c18430c4cacb8c0fddbef0c2bf1962177dec (patch)
treea95f5576680ce7d43c0ddc94ccc4f40c1d42fc75 /shaders/aero.glsl
parent440612338695a73509c8bf3b72ef0e0786446cb7 (diff)
shaders: Refactor
Diffstat (limited to 'shaders/aero.glsl')
-rw-r--r--shaders/aero.glsl7
1 files changed, 0 insertions, 7 deletions
diff --git a/shaders/aero.glsl b/shaders/aero.glsl
index 82d3c83..b321af3 100644
--- a/shaders/aero.glsl
+++ b/shaders/aero.glsl
@@ -3,13 +3,6 @@
// --------------------------------------------------------------------------------
// Windows 7-style "aero" effect
//
-// @model quad
-// @uniform int u_checker 16 4 64
-// @uniform color u_checker_c1 0.9 0.9 0.9 1
-// @uniform color u_checker_c2 1.0 1.0 1.0 1
-// @uniform float u_ww 500
-// @uniform float u_wh 400
-//
// SPDX-License-Identifier: 0BSD
// --------------------------------------------------------------------------------