Enum gltf_json::texture::MagFilter []

pub enum MagFilter {
    Nearest,
    Linear,
}

Magnification filter.

Variants

Corresponds to GL_NEAREST.

Corresponds to GL_LINEAR.

Methods

impl MagFilter

OpenGL enum

Trait Implementations

impl Clone for MagFilter

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for MagFilter

impl Debug for MagFilter

Formats the value using the given formatter.