Macro material_combine

Source
macro_rules! material_combine {
    ($Combine:ident { $( $field:ident : $Material:ty ),+ $(,)? }) => { ... };
}
Expand description

The macro for combining materials.

You can read more about the technique here.