This change to upstream IDL happened at gpuweb#5193. Test coverage was added in gpuweb/cts#4390.
Details
Details
- Reviewers
teoxoy emilio - Group Reviewers
webgpu-reviewers webidl - Commits
- rFIREFOXAUTOLAND6ca0d081b345: Bug 1977612 - feat(webgpu): allow `GPUBuffer`s in `GPUBindingResource` r=webgpu…
- Bugzilla Bug ID
- 1977612
Diff Detail
Diff Detail
- Repository
- rFIREFOXAUTOLAND firefox-autoland
- Build Status
Buildable 825002 Build 925530: arc lint + arc unit
Event Timeline
Comment Actions
There are WPT tests that cover this at webgpu:api,validation,createBindGroup:buffer,resource_state:*, and I've confirmed that these tests work for most cases now. However, they have other blockers for completing successfully (for validation around buffers in the destroyed state). Even sadder, these tests for the destroyed state do not have any subtest granularity exposed, though internally the CTS does. So, relevant coverage still FAILs for us, because of other sins we'll eventually fix. Sigh. 🙁