前提 o.pos = mul( UNITY_MATRIX_MVP, v.vertex); //Get the UV coordinates o.uv = TRANSFORM_TEX (v.texcoord, _MainTex); o.uv2 = TRANSFORM_TEX (v.texcoord, _Bump); // pass lighting information to pixel shader