Comment by bschwindHN
21 hours ago
> wgsl-bindgen
Oh I didn't know about this, it looks great! If it works as well as it seems to, that would be a huge ergonomic boost to using wgpu. Currently all my wgpu code has those fragile feeling pipeline layout definitions scattered around and changing the data layout is always a pain.
I wish there were even more checking here still, but I think wgsl-bindgen is a huge improvement. I definitely recommend it!