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.

arl-static.txt 244B

1234567
  1. !!ARBvp1.0
  2. PARAM arr[5] = { {.0,.1,.2,.3}, {.4,.5,.6,.7}, {.8,.9,.10,.1}, {.12,.3,.4,.14}, {.5,.8,.1,.9}, {.2,0,.4,.1}, {.6,.1,.8,.9}};
  3. ADDRESS addr;
  4. ARL addr.x, {3}.x;
  5. MOV result.color, arr[addr.x];
  6. MOV result.position, vertex.position;
  7. END