lampshade 0.13.0

Fast, composable GPU primitives for Rust applications using wgpu and WGSL.
Documentation
1
2
3
4
5
mod encoder;
mod pipeline;

pub(crate) use encoder::RunLengthOutputRanges;
pub use encoder::{RunLengthEncoder, RunLengthOutputBuffers};