For example, the following code float4 main(float4 inPos:POSITION) : POSITION { return floor(float4(1.0, -1.1, 2.2, 10.001)); } will yield the following ...
確定! 回上一頁