rendy_texture::pixel

Type Alias R32Sint

Source
pub type R32Sint = Pixel<R, _32, Int>;
Expand description

Pixel type alias.

Aliased Type§

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

Fields§

§repr: [u32; 1]

Pixel representation.

Trait Implementations§

Source§

impl AsPixel for R32Sint

Source§

const NAME: &'static str = "R32Sint"

Name of the pixel type.
Source§

const SIZE: u32 = 4u32

Size of the pixel.
Source§

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

Pixel format.