float4 col = tex2Dlod(Samp, float4(In.TexCd.xy,0,level)); becomes float4 col = texture2d.SampleLevel( g_samLinear, In.TexCd.xy,level); ...
確定! 回上一頁