summaryrefslogtreecommitdiff
path: root/progs/vp/exp.txt
blob: 53ce71db9653ec809e47b5b7abb0cc4c5ff775bf (plain)
1
2
3
4
5
6
!!ARBvp1.0
TEMP R0;
EXP R0, vertex.color.x;
SUB result.color, R0.z, R0.w;
MOV result.position, vertex.position;
END