[][src]Trait rendy_mesh::WithAttribute

pub trait WithAttribute<F: AsAttribute>: AsVertex {
    const ATTRIBUTE: Attribute;
}

Trait implemented by all valid vertex formats for each field

Associated Constants

const ATTRIBUTE: Attribute

Individual format of the attribute for this vertex format

Loading content...

Implementors

impl WithAttribute<Color> for PosColor[src]

impl WithAttribute<Color> for PosColorNorm[src]

impl WithAttribute<Normal> for PosColorNorm[src]

impl WithAttribute<Normal> for PosNorm[src]

impl WithAttribute<Normal> for PosNormTangTex[src]

impl WithAttribute<Normal> for PosNormTex[src]

impl WithAttribute<Position> for PosColor[src]

impl WithAttribute<Position> for PosColorNorm[src]

impl WithAttribute<Position> for PosNorm[src]

impl WithAttribute<Position> for PosNormTangTex[src]

impl WithAttribute<Position> for PosNormTex[src]

impl WithAttribute<Position> for PosTex[src]

impl WithAttribute<Tangent> for PosNormTangTex[src]

impl WithAttribute<TexCoord> for PosNormTangTex[src]

impl WithAttribute<TexCoord> for PosNormTex[src]

impl WithAttribute<TexCoord> for PosTex[src]

impl<T> WithAttribute<T> for T where
    T: AsAttribute
[src]

Loading content...