mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-11 04:51:32 +11:00
1240da3870
Pave the way for the coarse raster pass to write to the ptcl buffer.
11 lines
194 B
Rust
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;
|