Macro vulkano::impl_vertex [] [src]

macro_rules! impl_vertex {
    ($out:ident $(, $member:ident)*) => { ... };
}

Implements the Vertex trait on a struct.