#version 120 varying vec2 v_texcoord; varying vec4 v_color; void main() { gl_FragColor = v_color; }