summaryrefslogtreecommitdiff
path: root/progs/vp/add.txt
blob: 4094cd448dc96416d13e694688f480694ddd3abb (plain)
1
2
3
4
5
6
!!ARBvp1.0
TEMP R0;
ADD R0, vertex.color, vertex.color; 
ADD result.color, R0, R0;
MOV  result.position, vertex.position;
END