blob: d9e23b2d88d172ad5bfce93991e25d64fb33363c [file]
// Copyright 2026 the Vello Authors
// SPDX-License-Identifier: Apache-2.0 OR MIT
pub(crate) mod bucketer;
mod cmd;
pub(crate) mod depth;
pub(crate) use bucketer::{CommandBucketer, RowState};
pub use cmd::PaintFillAttrs;
pub(crate) use cmd::{LayerFillAttrs, RenderCmd};