Implement WebGPU bind group creation
Categories
(Core :: Graphics: WebGPU, task, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox74 | --- | fixed |
People
(Reporter: kvark, Assigned: kvark)
References
Details
Attachments
(1 file)
Binding model requires us to implement the following interfaces before we can provide resources to the shaders:
- bind group layout
- pipeline layout
- bind group
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 1•6 years ago
|
||
Adds support for bind groups and compute pipelines
The end goal of this PR is to run the compute example.
Comment 3•6 years ago
|
||
Backed out changeset 136b3044f6a6 (Bug 1609175) for causing build bustages in WebGPUChild.cpp CLOSED TREE
Push with failure: https://treeherder.mozilla.org/#/jobs?repo=autoland&selectedJob=286360878&resultStatus=testfailed%2Cbusted%2Cexception&revision=136b3044f6a6701d4671a28fb9ca4e3eab947403
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=286360926&repo=autoland&lineNumber=29880
Backout: https://hg.mozilla.org/integration/autoland/rev/72dbbac3ff03508ead75782cdf0e7974b0b7d07d
| Assignee | ||
Comment 4•6 years ago
|
||
Broken by https://phabricator.services.mozilla.com/D60514, about to re-land now.
Comment 6•6 years ago
|
||
| bugherder | ||
Description
•