mesa/progs/fp/lit.txt

6 lines
79 B
Plaintext

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