[][src]Trait starstruck::primitive::Vertex

pub trait Vertex: Sized + Debug + Copy + Send + Sync {
    fn get_stride() -> usize;
fn attributes() -> Vec<AttributeDesc>; }

Required methods

Loading content...

Implementors

Loading content...