Skip to main content

vello_cpu/coarse/
mod.rs

1// Copyright 2026 the Vello Authors
2// SPDX-License-Identifier: Apache-2.0 OR MIT
3
4pub(crate) mod bucketer;
5mod cmd;
6pub(crate) mod depth;
7
8pub(crate) use bucketer::{CommandBucketer, RowState};
9pub use cmd::PaintFillAttrs;
10pub(crate) use cmd::{LayerFillAttrs, RenderCmd};