lampshade 0.13.0

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

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