macro_rules! rendy_without_dx12_backend {
($($tt:tt)*) => { ... };
}Expand description
Resolve into input AST if dx12 backend is disabled.
macro_rules! rendy_without_dx12_backend {
($($tt:tt)*) => { ... };
}Resolve into input AST if dx12 backend is disabled.