gallium: add target-helpers/wrap_screen.c to C_SOURCES
[mesa/mesa-lb.git] / progs / vp / add.txt
blob4094cd448dc96416d13e694688f480694ddd3abb
1 !!ARBvp1.0
2 TEMP R0;
3 ADD R0, vertex.color, vertex.color; 
4 ADD result.color, R0, R0;
5 MOV  result.position, vertex.position;
6 END