Enum luminance::texture::Filter [] [src]

pub enum Filter {
    Nearest,
    Linear,
}

Minification and magnification filter.

Variants

Clamp to nearest pixel.

Linear interpolation with surrounding pixels.

Trait Implementations

impl Clone for Filter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Filter
[src]

impl Debug for Filter
[src]

Formats the value using the given formatter.