We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
GPUAdapter.info
1 parent 898e927 commit a333906Copy full SHA for a333906
1 file changed
src/scripts/webgpu/gpu.ts
@@ -41,7 +41,7 @@ export class GPU {
41
throw new Error("Cannot request GPU adapter");
42
}
43
44
- this.adapterInfo = await this.adapter.requestAdapterInfo()
+ this.adapterInfo = this.adapter.info
45
46
await this.RequestDevice()
47
0 commit comments