summaryrefslogtreecommitdiff
path: root/unlitf.glsl
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2021-09-29 11:38:37 -0400
committerpommicket <pommicket@gmail.com>2021-09-29 11:38:37 -0400
commit0b9cd314267fb3f654959ed4a33e604b4bfb4fa3 (patch)
tree0edf99621c19870f5ee5e9275116fc52efb4b1a9 /unlitf.glsl
parent685bc525dec7b5582aee24ca97f6e2d49a25807a (diff)
new idea: function sandbox
Diffstat (limited to 'unlitf.glsl')
-rw-r--r--unlitf.glsl5
1 files changed, 0 insertions, 5 deletions
diff --git a/unlitf.glsl b/unlitf.glsl
deleted file mode 100644
index 93b04d8..0000000
--- a/unlitf.glsl
+++ /dev/null
@@ -1,5 +0,0 @@
-uniform vec4 u_color;
-
-void main() {
- gl_FragColor = u_color;
-}