Redo the fragment program examples to match vp's
[mesa.git] / progs / fp / max.txt
1 !!ARBfp1.0
2 MAX result.color, {0.5}.x, fragment.color;
3 END