Enum texture::Filter [] [src]

pub enum Filter {
    Linear,
    Nearest,
}

Sampling filter

Variants

Linear

A Weighted Linear Blend

Nearest

Nearest Texel

Trait Implementations

Derived Implementations

impl Debug for Filter

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for Filter

fn clone(&self) -> Filter

1.0.0fn clone_from(&mut self, source: &Self)

impl Copy for Filter