Enum glitter::vertex_buffer::AttribAddError [] [src]

pub enum AttribAddError {
    DuplicateAttrib(String),
}

An error generated when trying add an attribute to an AttribBinder using the AttribBinder::add method.

Variants

An attribute was added that already exists in the AttribBinder.

Trait Implementations

impl Debug for AttribAddError
[src]

[src]

Formats the value using the given formatter. Read more