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