月度归档: 2021年9月

 

Webgpu基础

前两天看了下Api,变化有点大,重新整理下。

初始化

const entry: GPU = navigator.gpu;
if (!entry) {
    throw new Error('WebGPU is not supported on this browser.你类浏览器不支持。')[......]

继续阅读