4 examples failed (judging by cmd+f "panicked"), but I assume those are unrelated to this change? For example:
thread 'main' panicked at 'wgpu error: Validation Error
Caused by:
In Device::create_render_pipeline
note: label = `nannou render pipeline`
error matching FRAGMENT shader requirements against the pipeline
shader global ResourceBinding { group: 2, binding: 1 } is not available in the layout pipeline layout
binding is missing from the pipeline layout
Motivation Close https://github.com/nannou-org/nannou/issues/595.
Summary Exposed
Pixel
in thewgpu
crate.4 examples failed (judging by cmd+f "panicked"), but I assume those are unrelated to this change? For example: