2018-06-08发表2018-06-08更新Javascript / WebGPU6 分钟读完 (大约973个字)gpu.js gpu.js 使用记录 定义GPU 12345const mode = 'gpu';// gpu, cpuconst gpu = new GPU({ mode: mode });console.log(gpu.getMode());// gpu 阅读更多