Merge branch 'mesa_7_5_branch'
[mesa.git] / progs / vpglsl / mov.glsl
1
2 void main() {
3 gl_FrontColor = gl_Color;
4 gl_Position = gl_Vertex;
5 }