Merge branch '7.8'
[mesa.git] / progs / fp / position.txt
1 !!ARBfp1.0
2 # expected: the yellow vertex is the top one
3 # if it is the bottom one, the wrong origin convention is being used
4 MOV result.color, {0}.x;
5 MUL result.color.xy, fragment.position, {.005}.x;
6 END