Trait amethyst_renderer::vertex::AttributeNames []

pub trait AttributeNames {
    fn name<A: Any>() -> &'static str;
}

Trait for mapping attribute type -> name

Required Methods

Get name for specified attribute type

Implementors