pub fn rasterize<T, V: Vary>(
buf: &mut impl AsMutSlice2<T>,
sl: Scanline<V>,
fs: &impl FragmentShader<V>,
conv: impl FnMut(Color4) -> T,
ctx: &Context,
) -> Throughputpub fn rasterize<T, V: Vary>(
buf: &mut impl AsMutSlice2<T>,
sl: Scanline<V>,
fs: &impl FragmentShader<V>,
conv: impl FnMut(Color4) -> T,
ctx: &Context,
) -> Throughput