gallium: add target-helpers/wrap_screen.c to C_SOURCES
[mesa/mesa-lb.git] / progs / vp / psiz-mul.txt
bloba74df66de29026ec001a9880037046dc5b78f721
1 !!ARBvp1.0
2 MOV result.color, vertex.color; 
3 MUL result.pointsize, vertex.color.x, {10.0}.x; 
4 MOV  result.position, vertex.position;
5 END