mesa/progs/fp/add.txt

6 lines
90 B
Plaintext

!!ARBfp1.0
TEMP R0;
ADD R0, fragment.color, fragment.color;
ADD result.color, R0, R0;
END