Enum texture::Filter [] [src]

pub enum Filter {
    Linear,
    Nearest,
}

Sampling filter

Variants

A Weighted Linear Blend

Nearest Texel

Trait Implementations

impl Copy for Filter
[src]

impl Clone for Filter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Filter
[src]

Formats the value using the given formatter.