summaryrefslogtreecommitdiff
path: root/progs/vp/lg2.txt
blob: 2f59b993a419f3c411ec1beab02376c2b9df8cb9 (plain)
1
2
3
4
5
6
!!ARBvp1.0
TEMP R0;
MUL R0, vertex.color, {4.0}.x; 
LG2 result.color, R0.x;
MOV  result.position, vertex.position;
END