Sign in
◑
Theme
skia
/
external
/
github.com
/
linebender
/
vello
/
2f5b343cf79d1a37494ec5e6c4dab1fb2a2c55e1
/
.
/
src
/
cpu_shader
/
mod.rs
blob: fed341c7509f6a14d9cab4d8609d0860c999a8ab [
file
]
// 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
;