struct FragOutput { float4 color : SV_Target; float depth : SV_Depth; } FragOutput frag(Varying i) { FragOutput o = (FragOutput)0; ...
確定! 回上一頁