docs: detect when too many varying vars are used
[mesa/nouveau-pmpeg.git] / progs / vp / msk.txt
blob9e925aca11ec858759e0b57751ede36b6a80e68b
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