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