inline float4 ComputeGrabScreenPos(float4 pos) { #if UNITY_UV_STARTS_AT_TOP float scale = -1.0; #else float scale = 1.0; #endif float4 o = pos; ...
確定! 回上一頁