docs: detect when too many varying vars are used
[mesa/nouveau-pmpeg.git] / progs / vp / rcp.txt
blobe16292bd00a5e361df917aa0f88795013cf64a84
1 !!ARBvp1.0
2 TEMP R0;
3 ADD R0, vertex.color.x, vertex.color.x; 
4 RCP result.color, R0.x;
5 MOV  result.position, vertex.position;
6 END