Re-exports§
Modules§
Structs§
- Error
- The error type throughout this crate.
- Format
- Texture data format.
- GliImage
- GliImage representation for a single texture level.
- Swizzle
- Represent the source of a channel.
- Texture1D
- 1d texture
- Texture1D
Array - 1d array texture
- Texture2D
- 2d texture
- Texture2D
Array - 2d array texture
- Texture3D
- 3d texture
- Texture
Cube - Cube map texture
- Texture
Cube Array - Cube map array texture
Enums§
Traits§
Functions§
- load
- Loads a texture storage_linear from file.
- load_
dds - Loads a texture storage_linear from DDS file.
- load_
from_ memory - Construct a
GliTexture
by sharing another texture data in memory. - load_
kmg - Loads a texture storage_linear from KMG (Khronos Image) file.
- load_
ktx - Loads a texture storage_linear from KTX file.
- save
- Save a texture storage_linear file.
- save_
dds - Save a texture storage_linear to a DDS file.
- save_
kmg - Save a texture storage_linear to a KMG (Khronos Image) file.
- save_
ktx - Save a texture storage_linear to a KTX file.