varying lowp vec4 varColor;

void main(void)
{
	gl_FragColor = varColor;
}