#define lowp #define mediump #define highp #line 0 varying lowp vec3 vary_color; void main (void) { gl_FragColor = vec4 (vary_color, 1.0); }