Open
Bug 1939841
Opened 10 months ago
Updated 10 months ago
[WebGPU] https://company-named.com/dev/prototypes/2024/11-16-shade-webgpu/ doesnt work in Firefox
Categories
(Core :: Graphics: WebGPU, defect)
Core
Graphics: WebGPU
Tracking
()
NEW
People
(Reporter: mayankleoboy1, Unassigned)
References
(Blocks 1 open bug, )
Details
Go to https://company-named.com/dev/prototypes/2024/11-16-shade-webgpu/
Error:
16:44:21.395 Uncaught (in promise) DOMException: requestDevice: Request for limit 'maxColorAttachmentBytesPerSample' must be <= supported 32, was 64.
initialize https://company-named.com/dev/prototypes/2024/11-16-shade-webgpu/assets/index-D0lhc7hu.js:9616
Comment 1•10 months ago
|
||
I'm not sure that this is Firefox at fault, per se. Per https://www.w3.org/TR/webgpu/#dom-supported-limits-maxcolorattachmentbytespersample, the minimum guaranteed maxColorAttachmentBytesPerSample
is 32; otherwise, the author has to accept that the application might not work across all devices.
Severity: -- → S3
Updated•10 months ago
|
Blocks: webgpu-apps
You need to log in
before you can comment on or make changes to this bug.
Description
•