Module tiny_skia::pipeline::highp

source Β·
Expand description

A high precision raster pipeline implementation.

Unlike lowp, this one implements all stages.

Just like Skia, this pipeline is implemented using f32x8.

For some reason, we are almost 2x slower. Maybe because Skia uses clang’s vector extensions and we’re using a manual implementation.

Macros§

Structs§

Constants§

Functions§

Type Aliases§