st/mesa: fix incorrect RowStride computation
[mesa.git] / progs / vp / msk.txt
1 !!ARBvp1.0
2 TEMP R0;
3 MOV R0.xz, vertex.color;
4 MOV R0.yw, {0.5}.x;
5 MOV result.color, R0;
6 MOV result.position, vertex.position;
7 END