mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-10 20:51:29 +11:00
343e4c3075
Adds a binning stage. This is a first draft, and a number of loose ends exist.
13 lines
229 B
Rust
13 lines
229 B
Rust
// Structures used only internally probably don't need to be pub.
|
|
|
|
pub mod annotated;
|
|
pub mod bins;
|
|
pub mod encoder;
|
|
pub mod fill_seg;
|
|
pub mod ptcl;
|
|
pub mod scene;
|
|
pub mod segment;
|
|
pub mod state;
|
|
pub mod test;
|
|
pub mod tilegroup;
|