in lowp vec2 texUVOut;

void main()
{
	FRAGCOLOR = TEXTURE(TEX, texUVOut);
}
