Crate libktx_rs[−][src]
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 libktx_rs_sys as sys; | |
pub use enums::*; | |
pub use texture::Texture; | |
pub use texture::TextureSource; | |
pub use stream::RWSeekable; | |
pub use stream::RustKtxStream; |
Modules
| enums | Wrappers for the underlying C library’s enum types. |
| sinks |
|
| sources |
|
| stream | |
| texture | Core types involving KTX |