1 2 3 4 5 6 7 8 9 10
#[cfg(webgpu)] pub mod webgpu; #[cfg(webgpu)] pub(crate) use webgpu::{get_browser_gpu_property, ContextWebGpu}; #[cfg(wgpu_core)] pub mod wgpu_core; #[cfg(wgpu_core)] pub(crate) use wgpu_core::ContextWgpuCore;