SecondHalfGames / yakui

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

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

Closed Uriopass closed 5 months ago

Uriopass commented 5 months ago

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

Uriopass commented 5 months ago

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