mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
* Document default pipeline layout behavior. Fixes #6254. * Fix typo * Apply suggestions from code review Co-authored-by: Andreas Reich <r_andreas2@web.de> * Remove text about panics in get_bind_group_layout. We shouldn't advertise the behavior until it is consistent between webgpu and wgpu-core. --------- Co-authored-by: Andreas Reich <r_andreas2@web.de>