//See the common tab for fps control. void mainImage( out vec4 fragColor, in vec2 fragCoord ) { fragColor = texture(iChannel0, fragCoord / iResolution.xy); }