rendy_texture::pixel

Type Alias R32Uint

Source
pub type R32Uint = Pixel<R, _32, Uint>;
Expand description

Pixel type alias.

Aliased Type§

struct R32Uint {
    pub repr: [u32; 1],
}

Fields§

§repr: [u32; 1]

Pixel representation.

Trait Implementations§

Source§

impl AsPixel for R32Uint

Source§

const NAME: &'static str = "R32Uint"

Name of the pixel type.
Source§

const SIZE: u32 = 4u32

Size of the pixel.
Source§

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

Pixel format.