rendy_texture::pixel

Type Alias Rgb64Sint

Source
pub type Rgb64Sint = Pixel<Rgb, _64, Int>;
Expand description

Pixel type alias.

Aliased Type§

struct Rgb64Sint {
    pub repr: [u64; 3],
}

Fields§

§repr: [u64; 3]

Pixel representation.

Trait Implementations§

Source§

impl AsPixel for Rgb64Sint

Source§

const NAME: &'static str = "Rgb64Sint"

Name of the pixel type.
Source§

const SIZE: u32 = 24u32

Size of the pixel.
Source§

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

Pixel format.