Type Definition Rgb8Unorm
rendy::texture::pixel
type Rgb8Unorm = Pixel<Rgb, _8, Unorm>;
Pixel type alias.