[][src]Macro gfx::gfx_pipeline

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

Defines a set of pipeline-associated structures, and also adds new constuctor for the Init structure.