rendy_texture::pixel

Type Alias Abgr8Snorm

Source
pub type Abgr8Snorm = Pixel<Abgr, _8, Inorm>;
Expand description

Pixel type alias.

Aliased Type§

struct Abgr8Snorm {
    pub repr: [u8; 4],
}

Fields§

§repr: [u8; 4]

Pixel representation.

Trait Implementations§

Source§

impl AsPixel for Abgr8Snorm

Source§

const NAME: &'static str = "Abgr8Snorm"

Name of the pixel type.
Source§

const SIZE: u32 = 4u32

Size of the pixel.
Source§

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

Pixel format.