mesa/progs/fp/add-swz.txt

6 lines
95 B
Plaintext

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