SecondHalfGames / yakui

yakui is a declarative Rust UI library for games
Apache License 2.0
237 stars 21 forks source link

yakui-wgpu: add mipmap filtering for custom textures #138

Closed Uriopass closed 10 months ago

Uriopass commented 10 months ago

The user can provide custom textures that have been properly mipmapped. So we allow nice trilinear filtering

Uriopass commented 10 months ago

Could also be nice to simply pass one's own sampler