toji / spookyball

WebGPU-powered, Halloween-themed breakout game
MIT License
95 stars 11 forks source link

Broken on Chrome Canary #3

Closed kainino0x closed 2 years ago

kainino0x commented 2 years ago
stencilLoadOp (LoadOp::Clear) must not be set if the attachment ([TextureView]) has no stencil aspect or stencilReadOnly (0) is true.
 - While validating depthStencilAttachment.
 - While encoding [CommandEncoder].BeginRenderPass([RenderPassDescriptor]).
toji commented 2 years ago

Fixed for Canary, though that also means it's broken in Stable. I'm not particularly concerned about the backwards compat, though. Stable will catch up with these deprecations soon enough.