rendy_texture::pixel

Type Alias Rgba16Sint

Source
pub type Rgba16Sint = Pixel<Rgba, _16, Int>;
Expand description

Pixel type alias.

Aliased Type§

struct Rgba16Sint {
    pub repr: [u16; 4],
}

Fields§

§repr: [u16; 4]

Pixel representation.

Trait Implementations§

Source§

impl AsPixel for Rgba16Sint

Source§

const NAME: &'static str = "Rgba16Sint"

Name of the pixel type.
Source§

const SIZE: u32 = 8u32

Size of the pixel.
Source§

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

Pixel format.