Type Alias RgbaF16ImageStoreMut

Source
pub type RgbaF16ImageStoreMut<'a> = ImageStoreMut<'a, f16, 4>;
Available on crate feature nightly_f16 only.

Aliased Type§

struct RgbaF16ImageStoreMut<'a> {
    pub buffer: BufferStore<'a, f16>,
    pub channels: usize,
    pub width: usize,
    pub height: usize,
    pub stride: usize,
    pub bit_depth: usize,
}

Fields§

§buffer: BufferStore<'a, f16>§channels: usize

Channels in the image

§width: usize

Image width

§height: usize

Image height

§stride: usize

Image stride, if stride is zero then it considered to be width * N

§bit_depth: usize

Required for u16 images