mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
1391: Simplify features r=cwfitzgerald a=kvark **Connections** Fixes #1390 Makes vertex writable storage optional (native-only for now) Fixes the follow-up to #891 **Description** Refactors the code so that adding new features and maintaining current ones is much easier. Refactors the way missing features are checked and reported, DRY way. **Testing** Not really tested Co-authored-by: Dzmitry Malyshau <kvarkus@gmail.com>