Type Definition amethyst_renderer::AnimatedVertexBufferCombination[][src]

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

Animation vertex combo

Trait Implementations

impl From<AnimatedVertexBufferCombination> for AnimatedComboMeshCreator
[src]

Performs the conversion.