Macro sierra::descriptor_set_layout_bindings[][src]

macro_rules! descriptor_set_layout_bindings {
    ($($ty : ident $(($count : expr)) ? $(@ $binding : literal) ? for
   $($stages : ident), + $($(| $flags : ident) +) ?), *) => { ... };
}