You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You'd need to create a different Sampler for a different filtering mode, so SamplerInfo is immutable by design. For binding, a TextureParam = (handle::Texture, Option<handle::Sampler>), so you can mix and match them at run time.
Depends on PistonDevelopers/texture#32.
The text was updated successfully, but these errors were encountered: