Trait AsAttribute
rendy_mesh
pub trait AsAttribute: 'static + PartialEq<Self> + PartialOrd<Self> + Send + Copy + Sync + Debug { const NAME: &'static str; const FORMAT: Format; }
Trait for vertex attributes to implement
const NAME: &'static str
Name of the attribute
const FORMAT: Format
Attribute format.
impl AsAttribute for Color
impl AsAttribute for Normal
impl AsAttribute for Position
impl AsAttribute for Tangent
impl AsAttribute for TexCoord