モデル変換
float4 world_pos = mul(UNITY_MATRIX_M, input[0].vertex);
とか
o.worldPos = mul(unity_ObjectToWorld, v.vertex).xyz;
とか