rendy_texture::pixel

Type Alias Rgba64Sfloat

Source
pub type Rgba64Sfloat = Pixel<Rgba, _64, Float>;
Expand description

Pixel type alias.

Aliased Type§

struct Rgba64Sfloat {
    pub repr: [f64; 4],
}

Fields§

§repr: [f64; 4]

Pixel representation.

Trait Implementations§

Source§

impl AsPixel for Rgba64Sfloat

Source§

const NAME: &'static str = "Rgba64Sfloat"

Name of the pixel type.
Source§

const SIZE: u32 = 32u32

Size of the pixel.
Source§

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

Pixel format.