rendy_texture::pixel

Type Alias Bgr8Snorm

Source
pub type Bgr8Snorm = Pixel<Bgr, _8, Inorm>;
Expand description

Pixel type alias.

Aliased Type§

struct Bgr8Snorm {
    pub repr: [u8; 3],
}

Fields§

§repr: [u8; 3]

Pixel representation.

Trait Implementations§

Source§

impl AsPixel for Bgr8Snorm

Source§

const NAME: &'static str = "Bgr8Snorm"

Name of the pixel type.
Source§

const SIZE: u32 = 3u32

Size of the pixel.
Source§

const FORMAT: Format = rendy_core::hal::format::Format::Bgr8Snorm

Pixel format.