summaryrefslogtreecommitdiff
path: root/public/shader/simple.frag
diff options
context:
space:
mode:
authorTyler Murphy <tylermurphy534@gmail.com>2023-01-19 14:34:13 -0500
committerTyler Murphy <tylermurphy534@gmail.com>2023-01-19 14:34:13 -0500
commit56ad7214c6c5e06f71ae9f1eb24b864e47a865fe (patch)
treeca53e486e1e59a2293ef05bddc749630fe3df62e /public/shader/simple.frag
parentchanges (diff)
downloadwebgl-56ad7214c6c5e06f71ae9f1eb24b864e47a865fe.tar.gz
webgl-56ad7214c6c5e06f71ae9f1eb24b864e47a865fe.tar.bz2
webgl-56ad7214c6c5e06f71ae9f1eb24b864e47a865fe.zip
rename
Diffstat (limited to 'public/shader/simple.frag')
-rw-r--r--public/shader/simple.frag7
1 files changed, 0 insertions, 7 deletions
diff --git a/public/shader/simple.frag b/public/shader/simple.frag
deleted file mode 100644
index d23373f..0000000
--- a/public/shader/simple.frag
+++ /dev/null
@@ -1,7 +0,0 @@
-precision mediump float;
-
-varying vec3 color_pass;
-
-void main() {
- gl_FragColor = vec4(color_pass, 1.0);
-} \ No newline at end of file