vello/piet-gpu-types/src/lib.rs
Raph Levien 1240da3870 Delete old-style kernels and buffers
Pave the way for the coarse raster pass to write to the ptcl buffer.
2020-05-15 15:24:37 -07:00

11 lines
194 B
Rust

// Structures used only internally probably don't need to be pub.
pub mod annotated;
pub mod bins;
pub mod encoder;
pub mod ptcl;
pub mod scene;
pub mod state;
pub mod test;
pub mod tilegroup;