Enum glenum::TextureKind [] [src]

pub enum TextureKind {
    Texture2d,
    TextureCubeMap,
}

WebGLRenderingContext.texParameterfi or WebGLRenderingContext.bindTexture() "target" parameter

Variants

Trait Implementations

impl Debug for TextureKind
[src]

[src]

Formats the value using the given formatter.

impl Clone for TextureKind
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for TextureKind
[src]