diff options
| author | Hunter Kvalevog <hunter@kvog.sh> | 2026-04-18 13:46:50 -0500 |
|---|---|---|
| committer | Hunter Kvalevog <hunter@kvog.sh> | 2026-04-18 13:46:50 -0500 |
| commit | 711fcdc1fbcdcbe213bbf570fe133eb5ef63d96e (patch) | |
| tree | ce7d529fc8c0c16d54f3ec566d6c1a0afd93e38c /ffmpeg-shadertoy/fs2.glsl | |
| parent | 91cb787e5968449a0977ffa80a3daeb3ea5aff4a (diff) | |
ffmpeg-shadertoy: Embed GLSL shaders
Diffstat (limited to 'ffmpeg-shadertoy/fs2.glsl')
| -rw-r--r-- | ffmpeg-shadertoy/fs2.glsl | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/ffmpeg-shadertoy/fs2.glsl b/ffmpeg-shadertoy/fs2.glsl deleted file mode 100644 index ebdc9ec..0000000 --- a/ffmpeg-shadertoy/fs2.glsl +++ /dev/null @@ -1,11 +0,0 @@ - -// keep the line break above - -out vec4 f_color; - -void main() -{ - vec4 color; - mainImage(color, gl_FragCoord.xy); - f_color = color; -} |