Macro gfx::gfx_vertex_struct [] [src]

macro_rules! gfx_vertex_struct {
    ($root:ident {
        $( $field:ident: $ty:ty = $name:expr, )*
    }) => { ... };
}