Enum glenum::AttributeSize [] [src]

pub enum AttributeSize {
    One,
    Two,
    Three,
    Four,
}

Constants passed to WebGLRenderingContext.vertexAttribPointer()

Variants

Trait Implementations

impl Debug for AttributeSize
[src]

[src]

Formats the value using the given formatter.

impl Clone for AttributeSize
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for AttributeSize
[src]