Macro gfx::gfx_pipeline_inner [] [src]

macro_rules! gfx_pipeline_inner {
    {
        $( $field:ident: $ty:ty, )*
    } => { ... };
}