Enum gfx::format::ChannelType
[−]
[src]
pub enum ChannelType { Int, Uint, Inorm, Unorm, Float, Srgb, }
Type of a surface channel. This is how we interpret the
storage allocated with SurfaceType
.
Variants
Int | ||
Uint | ||
Inorm | ||
Unorm | ||
Float | ||
Srgb |