rendy_texture::pixel

Type Alias Rg32Sint

Source
pub type Rg32Sint = Pixel<Rg, _32, Int>;
Expand description

Pixel type alias.

Aliased Type§

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

Fields§

§repr: [u32; 2]

Pixel representation.

Trait Implementations§

Source§

impl AsPixel for Rg32Sint

Source§

const NAME: &'static str = "Rg32Sint"

Name of the pixel type.
Source§

const SIZE: u32 = 8u32

Size of the pixel.
Source§

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

Pixel format.