Closed
Bug 1910140
Opened 1 year ago
Closed 15 days ago
Don't require `GPUDepthStencilState`'s `{depthWriteEnabled,depthCompare}` fields to be specified unless its `format` has a depth component
Categories
(Core :: Graphics: WebGPU, defect, P2)
Core
Graphics: WebGPU
Tracking
()
RESOLVED
FIXED
People
(Reporter: ErichDonGubler, Unassigned)
References
Details
Currently, our IDL defaults these fields to false and "always", respectively (link).
Comment 2•20 days ago
|
||
With https://github.com/gfx-rs/wgpu/pull/8840 landed, all we need to do is update our bindings.
Depends on: webgpu-update-wgpu
Updated•19 days ago
|
No longer depends on: webgpu-update-wgpu
Updated•15 days ago
|
Status: NEW → RESOLVED
Closed: 15 days ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•