Module glium::texture::compressed_srgb_texture2d_array
source · Expand description
Contains the implementation of CompressedSrgbTexture2dArray
.
Structs
- An array of compressed two-dimensional textures containing sRGB floating-point data.
- Represents a single layer of a
CompressedSrgbTexture2dArray
. - Represents a single layer of a mipmap level of a
CompressedSrgbTexture2dArray
. - Represents a single mipmap level of a
CompressedSrgbTexture2dArray
.