gfx-rs / wgpu

A cross-platform, safe, pure-Rust graphics API.
https://wgpu.rs
Apache License 2.0
11.46k stars 855 forks source link

buffer size mismatch: more detail in error message #5858

Open nolanderc opened 6 days ago

nolanderc commented 6 days ago

Connections N/A

Description In case there is a buffer size mismatch between the shader and bindings, prints both sizes in the error message.

Testing N/A

Checklist