macro_rules! rendy_with_metal_backend {
($($tt:tt)*) => { ... };
}
Expand description
Resolve into input AST if metal backend is enabled.
macro_rules! rendy_with_metal_backend {
($($tt:tt)*) => { ... };
}
Resolve into input AST if metal backend is enabled.