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

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

Trait for structures that represent a vertex.

Required methods

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

Builds the VertexFormat representing the layout of this element.

Implementors