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::TextureSink
implementations for writingTexture
s out to.- sources
crate::texture::TextureSource
implementations for reading (or creating)Texture
s from.- stream
- A Rust-based KTX-Software I/O stream.
- texture
- Core types involving KTX
Texture
s.