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