1 2 3 4
#[cfg(metal)] pub use super::super::metal::command::*; #[cfg(vulkan)] pub use super::super::vulkan::command::*;