pub trait VertexTrait {
    fn desc<'a>() -> VertexBufferLayout<'a>;
}

Required Methods§

Implementors§