Merge commit 'origin/gallium-0.1' into gallium-0.2
[mesa.git] / progs / glsl / skinning.frag
1 // color pass-through
2
3 void main()
4 {
5 gl_FragColor = gl_Color;
6 }