Open
Bug 1844861
Opened 1 year ago
Updated 5 months ago
`GPUCompilationInfo` and `GPUCompilationMessage` should be marked as `Serializable`
Categories
(Core :: Graphics: WebGPU, defect, P2)
Core
Graphics: WebGPU
Tracking
()
NEW
People
(Reporter: ErichDonGubler, Unassigned)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
No description provided.
Reporter | ||
Comment 1•1 year ago
|
||
Depends on D184261
Reporter | ||
Comment 2•1 year ago
|
||
I have attached a WIP patch that anyone who ends up assigned to this may commandeer. I believe the remaining work to resolve this is "only" to implement the ReadStructuredClone
and WriteStructuredClone
methods for these data structures.
Reporter | ||
Updated•1 year ago
|
Blocks: webgpu-workers
Updated•8 months ago
|
Blocks: webgpu-triage
Reporter | ||
Comment 3•5 months ago
|
||
There's no need to depend on bug 1696219 here, since that ticket represents only a frustration with diagnostics, not that adding an SCTAG_*
variant is actually blocked. Just updated the WIP patch here to include that knowledge.
Re-triaging as P2, since this is required functionality for eventual shipping of an MVP of WebGPU.
You need to log in
before you can comment on or make changes to this bug.
Description
•