mesa/progs/fp/ex2.txt

6 lines
81 B
Plaintext

!!ARBfp1.0
TEMP R0;
EX2 R0, fragment.color.x;
SUB result.color, R0, {1.0}.x;
END