From bf18c18430c4cacb8c0fddbef0c2bf1962177dec Mon Sep 17 00:00:00 2001 From: Hunter Kvalevog Date: Tue, 3 Feb 2026 22:05:09 -0600 Subject: shaders: Refactor --- shaders/polygon.glsl | 5 ----- 1 file changed, 5 deletions(-) (limited to 'shaders/polygon.glsl') 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 // -------------------------------------------------------------------------------- -- cgit v1.2.3