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

Wrappers for the underlying C library’s enum types.

crate::texture::TextureSink implementations for writing Textures out to.

crate::texture::TextureSource implementations for reading (or creating) Textures from.

A Rust-based KTX-Software I/O stream.

Core types involving KTX Textures.