1 #ifdef GL_ES 2 precision mediump float; 3 #endif 4 5 varying vec4 v_color; 6 7 void main() { 8 gl_FragColor = v_color; 9 }