#version 100

varying lowp vec4 ark_VertexColorOut

void main(void)
{
	gl_FragColor = ark_VertexColorOut;
}
