summaryrefslogtreecommitdiff
path: root/shaders/polygon.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/polygon.glsl
parent440612338695a73509c8bf3b72ef0e0786446cb7 (diff)
shaders: Refactor
Diffstat (limited to 'shaders/polygon.glsl')
-rw-r--r--shaders/polygon.glsl5
1 files changed, 0 insertions, 5 deletions
diff --git a/shaders/polygon.glsl b/shaders/polygon.glsl
index e33aaf7..a213f13 100644
--- a/shaders/polygon.glsl
+++ b/shaders/polygon.glsl
@@ -6,11 +6,6 @@
// ref: https://thndl.com/square-shaped-shaders.html
// ref: https://thebookofshaders.com/07/
//
-// @model quad
-// @uniform int u_n 3 3 12
-// @uniform color u_bg 0 0 0 1
-// @uniform color u_fg 1 1 1 1
-//
// SPDX-License-Identifier: 0BSD
// --------------------------------------------------------------------------------