Crate ktx2_reader

Source
Expand description

Reading, validating and parsing of KTX v.2 files.
Currently SUPER COMPRESSION is NOT supported.

Modules§

error
format

Structs§

Header
Header of texture. Contains general information.
Reader
Struct to read KTX v.2 files.
RegionDescription
Describe texture regions e.g. mip-levels and layers.

Type Aliases§

ParseResult
Result of parsing data operation.
ReadResult
Result of read data operation.
ReadToResult
Result of reading data to buffer operation.