Macro tiny_game_framework::gen_attrib_pointers

source ยท
macro_rules! gen_attrib_pointers {
    ($struct_name:ident, $($index:expr => $field_name:ident: $dimension:expr),*) => { ... };
}