Clone of mesa.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

tex-pos-kil.txt 159B

12345678
  1. !!ARBfp1.0
  2. TEMP R0;
  3. MUL R0, fragment.position, {0.008}.x;
  4. TEX R0, R0, texture[0], 2D;
  5. SUB R0, R0, {0.25}.x;
  6. KIL R0.xyzz;
  7. MOV result.color, fragment.color;
  8. END