macro_rules! hot_debug {
($($arg:tt)*) => { ... };
}Expand description
Crate-wide debug-print macro for GPU init / render hot-reload paths.
Compiles to nothing unless the hot-debug feature is enabled.
Defined at crate root so any module under truce_gpu::* can reach
it without re-importing.