summaryrefslogtreecommitdiff
path: root/shaders/humus-celshading/3.frag
diff options
context:
space:
mode:
Diffstat (limited to 'shaders/humus-celshading/3.frag')
-rw-r--r--shaders/humus-celshading/3.frag6
1 files changed, 0 insertions, 6 deletions
diff --git a/shaders/humus-celshading/3.frag b/shaders/humus-celshading/3.frag
deleted file mode 100644
index 4c72c26..0000000
--- a/shaders/humus-celshading/3.frag
+++ /dev/null
@@ -1,6 +0,0 @@
-uniform vec4 color;
-void main()
-{
- gl_FragColor = color;
-}
-