Crate libktx_rs

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