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.
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.