For example, the following code float4 main(float4 inPos:POSITION) : POSITION { return pow(fl oat4(0.5,1.0,2.0,0.1), float4(0.5,1.0,2.0,3.0)); } will give ...
確定! 回上一頁