vello_cpu 0.1.0

A CPU-based renderer for Vello, optimized for SIMD and multithreaded execution.
Documentation
1
2
3
4
5
6
7
8
9
10
// 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};