rendy_texture::pixel

Type Alias Rg32Uint

Source
pub type Rg32Uint = Pixel<Rg, _32, Uint>;
Expand description

Pixel type alias.

Aliased Type§

struct Rg32Uint {
    pub repr: [u32; 2],
}

Fields§

§repr: [u32; 2]

Pixel representation.

Trait Implementations§

Source§

impl AsPixel for Rg32Uint

Source§

const NAME: &'static str = "Rg32Uint"

Name of the pixel type.
Source§

const SIZE: u32 = 8u32

Size of the pixel.
Source§

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

Pixel format.