Struct amethyst_renderer::ComboMeshCreator[][src]

pub struct ComboMeshCreator { /* fields omitted */ }

Mesh creator for VertexBufferCombination.

Methods

impl ComboMeshCreator
[src]

Create a new combo mesh creator with the given combo

Trait Implementations

impl Debug for ComboMeshCreator
[src]

Formats the value using the given formatter. Read more

impl MeshCreator for ComboMeshCreator
[src]

Build a mesh given a Renderer

impl From<VertexBufferCombination> for ComboMeshCreator
[src]

Performs the conversion.

Auto Trait Implementations