NiklasEi / bevy_asset_loader

Bevy plugin helping with asset loading and organization
Apache License 2.0
449 stars 53 forks source link

Support for additional ImageSamplerDescriptor properties (Fixes #215) #216

Open Tam opened 1 month ago

Tam commented 1 month ago

I'm not a Rust expert so there's probably a cleaner ways of doing things!

There's quite a lot of boilerplate to get internal Bevy enums working with the derive parameters and I think that could be tidied up with macros, but I figured I'd wait to see the feedback on this before working on it.