Open
Description
So while #5606 did address #5277, it did not fully solve our problem at bevy, because webgpu builds do not include wgpu_core, so we ended up having to duplicate the logic anyways
there's a few options i see to resolving this
- make naga depend on wgpu-types and put create_validator there (undesirable)
- make wgpu-types depend on naga and put create_validator there (undesirable)
- duplicate the function in wgpu, so its available in wgpu_core and wgpu (probably undesirable)
- make a new crate for naga+wgt core stuff thats shared by web and native (new crate sounds annoying)
- do nothing and keep the maintenance burden on bevy (undesirable for me)
Metadata
Assignees
Labels
Type
Projects
Status
Todo