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.

msk.txt 131B

1234567
  1. !!ARBvp1.0
  2. TEMP R0;
  3. MOV R0.xz, vertex.color;
  4. MOV R0.yw, {0.5}.x;
  5. MOV result.color, R0;
  6. MOV result.position, vertex.position;
  7. END