Type Definition amethyst_renderer::VertexBufferCombination[][src]

type VertexBufferCombination = (Vec<Separate<Position>>, Option<Vec<Separate<Color>>>, Option<Vec<Separate<TexCoord>>>, Option<Vec<Separate<Normal>>>, Option<Vec<Separate<Tangent>>>);

Vertex combo

Trait Implementations

impl From<VertexBufferCombination> for ComboMeshCreator
[src]

Performs the conversion.