Struct amethyst_renderer::InternalShape[][src]

pub struct InternalShape(_);

Internal Shape, used for transformation from genmesh to MeshData

Trait Implementations

impl Debug for InternalShape
[src]

Formats the value using the given formatter. Read more

impl From<InternalShape> for Vec<PosTex>
[src]

Performs the conversion.

impl From<InternalShape> for Vec<PosNormTex>
[src]

Performs the conversion.

impl From<InternalShape> for Vec<PosNormTangTex>
[src]

Performs the conversion.

impl From<InternalShape> for ComboMeshCreator
[src]

Performs the conversion.

Auto Trait Implementations