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