-
Notifications
You must be signed in to change notification settings - Fork 56
Closed
Labels
has resolutionIssue is resolved, just needs to be doneIssue is resolved, just needs to be done
Description
In the WebGPU spec, adapters are not reusable. Creating a device consumes the adapter. This was done to make sure that people check adapters again if they need to reinitialize.
In https://dawn-review.googlesource.com/c/dawn/+/237274/comment/a9335ef5_172b283b/ it was suggested that this shouldn't be true in webgpu.h (unless the backend is Wasm), or it should be configurable (and we validate it on Wasm).
cc @Kangz
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
has resolutionIssue is resolved, just needs to be doneIssue is resolved, just needs to be done