ktx2
Parser for the ktx2 texture container format.
Features
- Async reading
- Parsing
- Validating
- Data format description
- Key/value data
Example
// Crate instance of reader. This validates the header
let mut reader = new.expect; // Crate instance of reader.
// Get general texture information.
let header = reader.header;
// Read iterator over slices of each mipmap level.
let levels = reader.levels.;
MSRV
The minimum supported Rust version is 1.56. MSRV bumps are treated as breaking changes.
License: Apache-2.0