mesa/progs/vp/add.txt

7 lines
126 B
Plaintext
Raw Normal View History

2005-11-01 06:28:39 +00:00
!!ARBvp1.0
TEMP R0;
ADD R0, vertex.color, vertex.color;
ADD result.color, R0, R0;
MOV result.position, vertex.position;
END