Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Respect mipmap_filter when create ImageDescriptor with linear()/neare…
…st() (#6349) 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>
- Loading branch information