rendy_texture::pixel

Type Alias Rgb32Sint

Source
pub type Rgb32Sint = Pixel<Rgb, _32, Int>;
Expand description

Pixel type alias.

Aliased Type§

struct Rgb32Sint {
    pub repr: [u32; 3],
}

Fields§

§repr: [u32; 3]

Pixel representation.

Trait Implementations§

Source§

impl AsPixel for Rgb32Sint

Source§

const NAME: &'static str = "Rgb32Sint"

Name of the pixel type.
Source§

const SIZE: u32 = 12u32

Size of the pixel.
Source§

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

Pixel format.