mesa/progs/fp/kil.txt

7 lines
91 B
Plaintext

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