Registry / other / ktx2
library0.5.0rscratesunverified

Parser for the KTX2 texture container format used in graphics applications.

# Cargo.toml [dependencies] ktx2 = "0.5.0"
INSTALL
IMPORT
SIG · KTX2
K
ktx2
otherrustv0.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Reader
use ktx2::Reader;

Open and read a KTX2 texture file header.

use ktx2::Reader; use std::fs::File; let file = File::open("texture.ktx2").unwrap(); let reader = Reader::new(file).unwrap(); let header = reader.header();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
ktx2 — cargo add ktx2 · libregistry