summaryrefslogtreecommitdiff
path: root/progs/vp/arl-unused.txt
blob: 7bdbb8e86c7b84c9c33f7acfb4431fc28e5371e6 (plain)
1
2
3
4
5
6
7
!!ARBvp1.0
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}};
ADDRESS addr;
ARL addr.x, {3}.x;  # not actually used
MOV result.color, arr[3];
MOV result.position, vertex.position;
END