Enum glitter::vertex_buffer::VertexBindError [] [src]

pub enum VertexBindError {
    BindingError(AttribError),
    NoAttributeBindings,
}

An error generated when binding vertex attributes.

Variants

An AttribError that was generated

No attribute bindings were provided.

Trait Implementations

impl Debug for VertexBindError
[src]

[src]

Formats the value using the given formatter. Read more

impl From<AttribError> for VertexBindError
[src]

[src]

Performs the conversion.