Expand description
A safe, no_std, pure Rust port of bcdec.
Functionsยง
- bc1
- Decode 8 bytes from
compressed_blockto RGBA8 withdestination_pitchmany bytes per output row. - bc2
- Decode 16 bytes from
compressed_blockto RGBA8 withdestination_pitchmany bytes per output row. - bc3
- Decode 16 bytes from
compressed_blockto RGBA8 withdestination_pitchmany bytes per output row. - bc4
- Decode 8 bytes from
compressed_blockto R8 withdestination_pitchmany bytes per output row. - bc5
- Decode 16 bytes from
compressed_blockto RG8 withdestination_pitchmany bytes per output row. - bc7
- Decode 16 bytes from
compressed_blockto RGBA8 withdestination_pitchmany bytes per output row. - bc4_
float - Decode 8 bytes from
compressed_blockto R Float32 withdestination_pitchmany floats per output row. - bc5_
float - Decode 16 bytes from
compressed_blockto RG Float32 withdestination_pitchmany floats per output row. - bc6h_
float - Decode 16 bytes from
compressed_blockto RGB Float32 withdestination_pitchmany floats per output row. - bc6h_
half - Decode 16 bytes from
compressed_blockto RGBFloat16 withdestination_pitchmany half floats per output row.