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 Clone for ComboMeshCreator
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl MeshCreator for ComboMeshCreator
[src]

Build a mesh given a Renderer

Important traits for Box<R>

Clone a boxed version of this object

impl From<VertexBufferCombination> for ComboMeshCreator
[src]

Performs the conversion.

impl From<InternalShape> for ComboMeshCreator
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for ComboMeshCreator

impl Sync for ComboMeshCreator