Expand description
A high-level Rust wrapper over KhronosGroup/KTX-Software, a library for reading, transcoding and writing Khronos Textures (KTX).
Re-exports§
pub use texture::Texture;pub use texture::TextureSource;pub use stream::RWSeekable;pub use stream::RustKtxStream;pub use libktx_rs_sys as sys;pub use enums::*;
Modules§
- enums
- Wrappers for the underlying C library’s enum types.
- sinks
crate::texture::TextureSinkimplementations for writingTextures out to.- sources
crate::texture::TextureSourceimplementations for reading (or creating)Textures from.- stream
- A Rust-based KTX-Software I/O stream.
- texture
- Core types involving KTX
Textures.