Enum glenum::VertexAttrib [] [src]

pub enum VertexAttrib {
    Current,
    ArrayEnabled,
    ArraySize,
    ArrayStride,
    ArrayType,
    ArrayNormalized,
    ArrayPointer,
    ArrayBufferBinding,
}

Constants passed to WebGLRenderingContext.getVertexAttrib().

Variants

Passed to getVertexAttrib to read back the current vertex attribute.

Trait Implementations

impl Debug for VertexAttrib
[src]

[src]

Formats the value using the given formatter.

impl Clone for VertexAttrib
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for VertexAttrib
[src]