[−][src]Trait web_glitz::image::sampler::MagnificationFilter
Sealed trait implemented for marker types that identify magnification filtering operations used by Samplers.
Magnification filtering is used when a sampling a texture value for a fragment that is smaller than the candidate texels. See Nearest and Linear for details on how these filtering operations resolve to sampling values.