rendy_texture::pixel

Type Alias R64Uint

Source
pub type R64Uint = Pixel<R, _64, Uint>;
Expand description

Pixel type alias.

Aliased Type§

struct R64Uint {
    pub repr: [u64; 1],
}

Fields§

§repr: [u64; 1]

Pixel representation.

Trait Implementations§

Source§

impl AsPixel for R64Uint

Source§

const NAME: &'static str = "R64Uint"

Name of the pixel type.
Source§

const SIZE: u32 = 8u32

Size of the pixel.
Source§

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

Pixel format.