Expose an API to map wgpu features to naga capabilities #5277
Closed
Description
Bevy (poorly) maintains a very incomplete way to automatically map wgpu features to naga capabilities. There's already a mapping implemented internally, expose it:
https://github.com/gfx-rs/wgpu/blob/trunk/wgpu-core/src/device/resource.rs#L1450
Originally suggested by @JMS55