Enum glium::texture::TextureFormat
[−]
[src]
pub enum TextureFormat {
UncompressedFloat(UncompressedFloatFormat),
UncompressedIntegral(UncompressedIntFormat),
UncompressedUnsigned(UncompressedUintFormat),
Srgb(SrgbFormat),
CompressedFormat(CompressedFormat),
CompressedSrgbFormat(CompressedSrgbFormat),
DepthFormat(DepthFormat),
StencilFormat(StencilFormat),
DepthStencilFormat(DepthStencilFormat),
}Format of the internal representation of a texture.
Variants
UncompressedFloat | |
UncompressedIntegral | |
UncompressedUnsigned | |
Srgb | |
CompressedFormat | |
CompressedSrgbFormat | |
DepthFormat | |
StencilFormat | |
DepthStencilFormat |