docs: detect when too many varying vars are used
[mesa/nouveau-pmpeg.git] / progs / vp / ex2.txt
blobbbef67bbb8a6b0d50a70aed3fbc4cbaec2f0be28
1 !!ARBvp1.0
2 TEMP R0;
3 EX2 R0, vertex.color.x; 
4 SUB result.color, R0, {1.0}.x;
5 MOV  result.position, vertex.position;
6 END