#version 330 core
in vec4 oCol;

out vec4 FragColor;

void main()
{
	FragColor = oCol;
}