Type Definition rust_gpu_sdf::operators::repeat::RepeatCount

source ·
pub type RepeatCount<Dim, Sdf> = Operator<RepeatCountOp<Dim>, Sdf>;
Expand description

Repeat a distance field a set number of times in one or more axes.

Implementations§