Files
third_party_mesa3d/progs/fp/add.txt

6 lines
90 B
Plaintext
Raw Normal View History

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