uniform vec2 U0; varying vec2 V0; varying vec4 V1; void main(void) { gl_FragColor = vec4(1.0, 0.0, 0.0, 1.0); return; }