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-1.txt 135B

1234567
  1. !!ARBfp1.0
  2. TEMP R0;
  3. MUL R0, fragment.position, {0.03125}.x;
  4. TEX R0, R0, texture[1], 2D;
  5. KIL -R0;
  6. MOV result.color, fragment.color;
  7. END