lampshade 0.10.1

Fast, composable GPU primitives for Rust applications using wgpu and WGSL.
Documentation
1
2
3
4
5
6
7
8
9
10
mod core;
pub(crate) mod counted;
mod eight_bit;
mod key_value_sorter;
mod pipeline;
mod sorter;

pub use eight_bit::KeyValueSoaSorter;
pub use key_value_sorter::{KeyValue, KeyValueSorter};
pub use sorter::Sorter;