summaryrefslogtreecommitdiff
path: root/shaders/polygon.glsl
diff options
context:
space:
mode:
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
// --------------------------------------------------------------------------------