blob: fed341c7509f6a14d9cab4d8609d0860c999a8ab [file] [log] [blame] [edit]
// Copyright 2023 The Vello authors
// SPDX-License-Identifier: Apache-2.0 OR MIT
//! CPU implementations of shader stages.
mod pathtag_reduce;
pub use pathtag_reduce::pathtag_reduce;