summaryrefslogtreecommitdiff
path: root/ffmpeg-shadertoy/fs1.glsl
diff options
context:
space:
mode:
Diffstat (limited to 'ffmpeg-shadertoy/fs1.glsl')
-rw-r--r--ffmpeg-shadertoy/fs1.glsl9
1 files changed, 0 insertions, 9 deletions
diff --git a/ffmpeg-shadertoy/fs1.glsl b/ffmpeg-shadertoy/fs1.glsl
deleted file mode 100644
index 837e270..0000000
--- a/ffmpeg-shadertoy/fs1.glsl
+++ /dev/null
@@ -1,9 +0,0 @@
-#version 330 core
-
-// https://www.shadertoy.com/howto#q1
-
-uniform vec4 iMouse;
-uniform vec3 iResolution;
-uniform float iTime;
-
-// keep the line break below