Expand description
Reading, validating and parsing of KTX v.2
files.
Currently SUPER COMPRESSION is NOT supported.
Modules§
Structs§
- Header
- Header of texture. Contains general information.
- Reader
- Struct to read
KTX v.2
files. - Region
Description - Describe texture regions e.g. mip-levels and layers.
Type Aliases§
- Parse
Result - Result of parsing data operation.
- Read
Result - Result of read data operation.
- Read
ToResult - Result of reading data to buffer operation.