vulkano
macro_rules! impl_vertex { ($out:ty $(, $member:ident)*) => { ... }; }
Implements the Vertex trait on a struct.
Vertex