pub type Rg16Snorm = Pixel<Rg, _16, Inorm>;
Pixel type alias.
struct Rg16Snorm { pub repr: [u16; 2], }
repr: [u16; 2]
Pixel representation.