Bug 1953930 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Firefox's WebGPU rejects GPU pipelines containing a shader stage where:

1. The shader module contains `override`s with no default value.
2. The `constants` for the stage do not specify all `override`s in the shader module in full.

In May of 2024, it was clarified by the WebGPU standard committee that the above should not be an error _unless_ the missing `override` constant(s) are actually used by the entry point used in the shader stage.

Upstream tracking: [`wgpu`#5885](https://github.com/gfx-rs/wgpu/issues/5885)

Back to Bug 1953930 Comment 0