[][src]Macro shine_gltf::attribute_map

macro_rules! attribute_map {
    ($( $key: ident => $val: expr ),*) => { ... };
}

Helper to initialize an attribute map in the [ Att1 => value1, Attr2 => val2 ] form.