This line is going to start breaking in browsers that implement the recent removal of GPUAdapter.requestAdapterInfo from the WebGPU spec.
|
this.adapterInfo = await this.adapter.requestAdapterInfo() |
The migration, as noted in that issue, is to move to the new info member instead.
This line is going to start breaking in browsers that implement the recent removal of
GPUAdapter.requestAdapterInfofrom the WebGPU spec.WebGPU-Lab/src/scripts/webgpu/gpu.ts
Line 44 in 898e927
The migration, as noted in that issue, is to move to the new
infomember instead.