struct PixelInput { float4 position: SV_POSITION; float4 color : COLOR; float2 UV: TEXCOORD0; }; //globals SamplerState ss; ...
確定! 回上一頁