mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 20:53:53 +00:00
157f2c1584
Respect mipmap_filter when create ImageDescriptor with linear()/nearest() # Objective Fixes #6348 ## Migration Guide This PR changes default `ImageSettings` and may lead to unexpected behaviour for existing projects with mipmapped textures. Users should provide custom `ImageSettings` resource with `mipmap_filter=FilterMode::Nearest` if they want to keep old behaviour. Co-authored-by: Yakov Borevich <j.borevich@gmail.com> |
||
---|---|---|
.. | ||
macros | ||
src | ||
Cargo.toml |