➔ wgpu v0.30.4 - Metal Stencil State Fix
| 3 minute read
wgpu v0.30.4 was published on June 25, 2026, with a focused Metal backend fix for stencil behavior on macOS. The main change is that CreateRenderPipeline now translates StencilFront and StencilBack into MTLDepthStencilState, so stencil tests no longer stay silently inert on the Metal path. For apps using stencil masks, clipped content, or rounded UI panels, this is the fix that changes what users actually see.