rendy_texture::pixel

Type Alias Bgra8Snorm

Source
pub type Bgra8Snorm = Pixel<Bgra, _8, Inorm>;
Expand description

Pixel type alias.

Aliased Type§

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

Fields§

§repr: [u8; 4]

Pixel representation.

Trait Implementations§

Source§

impl AsPixel for Bgra8Snorm

Source§

const NAME: &'static str = "Bgra8Snorm"

Name of the pixel type.
Source§

const SIZE: u32 = 4u32

Size of the pixel.
Source§

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

Pixel format.