rendy_texture::pixel

Type Alias Rgb16Snorm

Source
pub type Rgb16Snorm = Pixel<Rgb, _16, Inorm>;
Expand description

Pixel type alias.

Aliased Type§

struct Rgb16Snorm {
    pub repr: [u16; 3],
}

Fields§

§repr: [u16; 3]

Pixel representation.

Trait Implementations§

Source§

impl AsPixel for Rgb16Snorm

Source§

const NAME: &'static str = "Rgb16Snorm"

Name of the pixel type.
Source§

const SIZE: u32 = 6u32

Size of the pixel.
Source§

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

Pixel format.