mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
* Proof-of-concept for adding spans to validation errors. Still missing: actually printing the damn stuff. * Emit errors from analyzer in the CLI. TODO: tests, I guess! * Simplification refactoring: avoid avoiding allocations so vehemently. * Mask helper traits with `as _`. * Fix block iterator throwing up when span feature is disabled. * Nest use statements. * Add basic docs. * Axe AddSpanResult.