rendy_texture::pixel

Type Alias Rgba8Uint

Source
pub type Rgba8Uint = Pixel<Rgba, _8, Uint>;
Expand description

Pixel type alias.

Aliased Type§

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

Fields§

§repr: [u8; 4]

Pixel representation.

Trait Implementations§

Source§

impl AsPixel for Rgba8Uint

Source§

const NAME: &'static str = "Rgba8Uint"

Name of the pixel type.
Source§

const SIZE: u32 = 4u32

Size of the pixel.
Source§

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

Pixel format.