summaryrefslogtreecommitdiff
path: root/progs/vp/abs.txt
blob: cd00952e3494dbc405c7310896c0dbb09412b2da (plain)
1
2
3
4
5
6
7
!!ARBvp1.0
TEMP R0;
SUB R0, {0.5}.x, vertex.color; 
ABS result.color, R0; 
MOV  result.position, vertex.position;
END