Documentation
1
2
3
4
5
6
7
8
out vec4 FragColor;

in vec4 color;

void main()
{
    FragColor = color;
}