gfx
macro_rules! gfx_pipeline_base { ($module:ident { $( $field:ident: $ty:ty, )* }) => { ... }; }
Defines a set of pipeline-associated structures.