float2 xchange = ddx(input.tex); float2 ychange = ddy(input.tex); return shaderTexture.SampleGrad(SampleType, input.tex, xchange, ychange); ...
確定! 回上一頁