mesa/progs/vp/log.txt
2008-10-28 19:00:25 -06:00

7 lines
139 B
Text

!!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