lampshade 0.8.0

Fast, composable GPU primitives for Rust applications using wgpu and WGSL.
Documentation
1
2
3
4
5
//! Deprecated compatibility alias for the typed pipeline API.
//!
//! New code should import these types from [`crate::pipeline`].

pub use crate::pipeline::*;