varying vec3 V_Color; void main() { gl_FragColor = V_Color;}
varying vec3 V_Color;
void main() {
gl_FragColor = V_Color;
}