// Pass 1 (compute linear z): fragment program. void main (half zLinear : TEXCOORD0, out half4 z : COLOR) { z = zLinear; }