void CSMain (uint3 id : SV_DispatchThreadID) {. if(id.x < 0 || id.x >= width || id.y < 0 || id.y >= height) { return; }.
確定! 回上一頁