Constant glitter::texture::LINEAR [] [src]

pub const LINEAR: TextureFilter = TextureFilter::Linear

When texturing a pixel, select the four texels that are closest to the center of the pixel, and compute the result by taking a weighted average of each texel.