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

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

Trait for structures that represent a vertex.

Required methods

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

Builds the VertexFormat representing the layout of this element.

Loading content...

Implementors

Loading content...