Macro gfx::gfx_pipeline

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

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