Shader code ```C void mainImage( out vec4 fragColor, in vec2 fragCoord ) { vec4 test=vec4(0.); fragColor = vec4(test[-1+min(iFrame,0)]); } ```