Enum glenum::TextureMinFilter [] [src]

pub enum TextureMinFilter {
    Nearest,
    Linear,
    NearestMipmapNearest,
    LinearMipmapNearest,
    NearestMipmapLinear,
    LinearMipmapLinear,
}

WebGLRenderingContext.texParameterfi "param" parameter

Variants

Trait Implementations

impl Debug for TextureMinFilter
[src]

[src]

Formats the value using the given formatter.

impl Clone for TextureMinFilter
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for TextureMinFilter
[src]