Macro gfx::gfx_pipeline_base [] [src]

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