Open
Bug 1916071
Opened 5 months ago
Updated 5 months ago
WebGPU: Electronic Arts' PB-MPM page fails to run
Categories
(Core :: Graphics: WebGPU, defect)
Core
Graphics: WebGPU
Tracking
()
NEW
People
(Reporter: ErichDonGubler, Unassigned)
References
(Depends on 2 open bugs, Blocks 1 open bug, )
Details
Saw this page floating around in the WebGPU community in Matrix, and wanted to make sure it worked in Firefox, too.
Reporter | ||
Comment 1•5 months ago
|
||
Shaders from this page appear to fail because of the following dependencies (first by dep., then by shader name):
- Automatic type conversion (bug 1829879):
bukkitAllocate
bukkitCount
g2p2g
particleEmit
setIndirectArgs
- Indexing by-value arrays using dynamic values (bug 1913424):
particleRender
Reporter | ||
Comment 2•5 months ago
|
||
There are actually several samples offered on this page, but not even the first one loads because of issues in comment 1. Once unblocked, we should check that all samples work.
You need to log in
before you can comment on or make changes to this bug.
Description
•