Enum gltf::texture::MagFilter [] [src]

pub enum MagFilter {
    Nearest,
    Linear,
}

Magnification filter.

Variants

Corresponds to GL_NEAREST.

Corresponds to GL_LINEAR.

Methods

impl MagFilter
[src]

OpenGL enum

Trait Implementations

impl Copy for MagFilter
[src]

impl<'de> Deserialize<'de> for MagFilter
[src]

impl Debug for MagFilter
[src]

Formats the value using the given formatter.

impl Clone for MagFilter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more