summaryrefslogtreecommitdiff
path: root/ffmpeg-shadertoy/fs1.glsl
blob: 837e2700afccebc133214295137788ef66d8e897 (plain)
1
2
3
4
5
6
7
8
9
#version 330 core

// https://www.shadertoy.com/howto#q1

uniform vec4  iMouse;
uniform vec3  iResolution;
uniform float iTime;

// keep the line break below