Enum glium::texture::InternalFormatType
[−]
[src]
pub enum InternalFormatType {
SignedNormalized,
UnsignedNormalized,
Float,
Int,
UnsignedInt,
}Format of a component of an internal format.
Variants
SignedNormalized | Floating point texture with signed components. |
UnsignedNormalized | Floating point texture with unsigned components. |
Float | Floating point texture with floats. |
Int | Integral texture. |
UnsignedInt | Unsigned texture. |