mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
1592: Detailed limits check and error r=cwfitzgerald a=kvark **Connections** Related to #1590 **Description** The old comparison "A < B" was simply wrong, because it would do every field in order and could bail out mid-way without reaching for all limits. **Testing** Untested Co-authored-by: Dzmitry Malyshau <kvarkus@gmail.com>