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