Trait amethyst_renderer::With[][src]

pub trait With<F: Attribute>: VertexFormat {
    const FORMAT: AttributeFormat;
}

Trait implemented by all valid vertex formats for each field

Associated Constants

Individual format of the attribute for this vertex format

Implementors