Trait solstice::vertex::Vertex[][src]

pub trait Vertex {
    fn build_bindings() -> &'static [VertexFormat];
}

Trait for structures that represent a vertex.

Required methods

fn build_bindings() -> &'static [VertexFormat][src]

Builds the VertexFormat representing the layout of this element.

Loading content...

Implementors

Loading content...