Expand description
Alpha Compositing & SSAA, optionally using SIMD
If you want this crate to use SIMD, activate the simd
feature;
You will need a nightly toolchain for this to work, however.
If the feature is disabled, a sequential implementation is also provided.
Structs§
- Eight
Pixels - A pack of 8 pixels (SIMD alignment)
- Ssaa
Coords - An aligned structure storing
SSAA_SQ
(x, y) subpixel coordinates for up to eight pixels
Enums§
- Alpha
Config - Supported Alpha configurations
Traits§
- Pixel
Array - Trait for 2D-sized & indexed pixel storage