Enum luminance::texture::MagFilter[][src]

pub enum MagFilter {
    Nearest,
    Linear,
}

Magnification filter.

Variants

Nearest interpolation.

Linear interpolation between surrounding pixels.

Trait Implementations

impl Clone for MagFilter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for MagFilter
[src]

impl Debug for MagFilter
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for MagFilter

impl Sync for MagFilter