diff options
| author | Hunter Kvalevog <hunter@kvog.sh> | 2025-09-18 22:47:52 -0500 |
|---|---|---|
| committer | Hunter Kvalevog <hunter@kvog.sh> | 2025-09-18 23:40:09 -0500 |
| commit | daa1259c15f522dfa7ece15e3f9d09d437d4be18 (patch) | |
| tree | 7edc6ad67a55c4dbf4311d6255e3d196c51c3252 /ffmpeg-shadertoy/fs1.glsl | |
| parent | 172718cc6e0dcae569a94769b5444bca55e4d20c (diff) | |
ffmpeg-shadertoy
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 |