rendy_texture::pixel

Type Alias Rg64Uint

Source
pub type Rg64Uint = Pixel<Rg, _64, Uint>;
Expand description

Pixel type alias.

Aliased Type§

struct Rg64Uint {
    pub repr: [u64; 2],
}

Fields§

§repr: [u64; 2]

Pixel representation.

Trait Implementations§

Source§

impl AsPixel for Rg64Uint

Source§

const NAME: &'static str = "Rg64Uint"

Name of the pixel type.
Source§

const SIZE: u32 = 16u32

Size of the pixel.
Source§

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

Pixel format.