1 2 3 4 5 6 7 8
#version 100 precision mediump float; varying vec4 v_Color; void main() { gl_FragColor = v_Color; }