varying mediump vec4 basecolor;

void main(void)
{
	gl_FragColor =  basecolor;
}
