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