wgpu icon indicating copy to clipboard operation
wgpu copied to clipboard

Expose an API to map wgpu features to naga capabilities

Open atlv24 opened this issue 1 year ago • 0 comments

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

atlv24 avatar Feb 21 '24 06:02 atlv24