mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Put some plumbing in place to accomodate the latest definition of `GPURenderBundleEncoderDescriptor` in the WebGPU spec, which now has separate `depthReadOnly` and `stencilReadOnly` members. Rename `RenderPassDepthStencilAttachment::is_read_only` to `depth_stencil_read_only`, and don't skip validation steps due to early returns.