gfx::gfx_vertex! [] [src]

macro_rules! gfx_vertex {
    ($name:ident {
        $($gl_name:ident@ $field:ident: $ty:ty,)*
    }) => { ... };
}