You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
Bind group use-after-free with shared command encoder (wgpu#287) — RenderFrameGrouped() released bind groups via defer before gogpu submitted the shared encoder, causing HAL descriptor corruption. Fix: defer release to BeginFrame() for shared-encoder frames where VSync guarantees GPU completion. Own-encoder path unchanged. Matches Skia Graphite frame-scoped resource lifecycle.
Updated example dependencies to gg v0.50.9, gogpu v0.47.1, gpucontext v0.23.0, wgpu v0.30.29. Removed stale replace directives from cjk_text and multi_damage_demo.