Merge branch 'gallium-0.2' of git+ssh://marcheu@git.freedesktop.org/git/nouveau/mesa...
[mesa.git] / progs / glsl / skinning.frag
1 // color pass-through
2
3 void main()
4 {
5 gl_FragColor = gl_Color;
6 }