Enum piston_window::Filter[][src]

pub enum Filter {
    Linear,
    Nearest,
}

Sampling filter

Variants

A Weighted Linear Blend

Nearest Texel

Trait Implementations

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. Read more

impl Copy for Filter
[src]

Auto Trait Implementations

impl Send for Filter

impl Sync for Filter