varying vec3 vertex_color;
void main (void)
{
    gl_FragColor = vec4(vertex_color,1.0);
    //gl_FragColor = vec4(1.0,0.0,0.0,1.0);
}