WIP - port to Mali EGL
[mesa-demos/mali.git] / src / fp / position-frc.txt
blob35ae3efa10e7b4a304cd619905d242bb7a80c174
1 !!ARBfp1.0
2 # expected: brown triangle
3 # black means the wrong pixel center convention is being used
4 MOV result.color, {0}.x;
5 FRC result.color.xy, fragment.position;
6 END