Skip to main content

debug_rect

Macro debug_rect 

Source
macro_rules! debug_rect {
    ($stage:expr, $x:expr, $y:expr, $w:expr, $h:expr, $($arg:tt)*) => { ... };
}
Expand description

No-op version when feature is disabled — still evaluates arguments to suppress unused variable warnings, but the optimizer eliminates everything.