1 2 3 4 5 6 7
precision mediump float; varying vec4 v_color; varying vec2 v_texcoord; void main() { gl_FragColor = v_color; }