rendy_texture::pixel

Type Alias Rg64Sint

Source
pub type Rg64Sint = Pixel<Rg, _64, Int>;
Expand description

Pixel type alias.

Aliased Type§

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

Fields§

§repr: [u64; 2]

Pixel representation.

Trait Implementations§

Source§

impl AsPixel for Rg64Sint

Source§

const NAME: &'static str = "Rg64Sint"

Name of the pixel type.
Source§

const SIZE: u32 = 16u32

Size of the pixel.
Source§

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

Pixel format.