// #![warn(missing_docs)]
/// GPU backend abstractions for WebGPU, CUDA, and CPU execution.
/// Typed GPU function dispatch and launch utilities.
/// Shader trait definitions and argument binding.
pub use ;
pub use *;
pub use ;
/// Third-party modules re-exports.
/// Re-export of [`backend::BufferUsages`] for convenience.
pub use BufferUsages;