1// color pass-through
2
3void main()
4{
5   gl_FragColor = gl_Color;
6}
7