gallium: change remaining util functions to use cso sampler views
[mesa/mesa-lb.git] / progs / vp / lit.txt
blob65705b417056f1993a7b9d417e844df015119ddc
1 !!ARBvp1.0
2 TEMP R0;
3 SUB R0, {0.5}.x, vertex.color; 
4 LIT result.color, R0;
5 MOV  result.position, vertex.position;
6 END