Trait allegro_primitives::VertexType[][src]

pub unsafe trait VertexType {
    fn get_decl(prim: &PrimitivesAddon) -> VertexDecl;
}

Required methods

fn get_decl(prim: &PrimitivesAddon) -> VertexDecl[src]

Loading content...

Implementors

impl VertexType for Vertex[src]

Loading content...