precision mediump float; varying vec3 v_Color; void main(void) { gl_FragColor = vec4(v_Color, 1.0); }