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