KTX
From Just Solve the File Format Problem
KTX (Khronos Texture) is, according to its documentation, "a format for storing textures for OpenGL and OpenGL ES applications."
Contents |
Identification
KTX files begin with a 12-byte signature: AB 4B 54 58 20 ?? ?? BB 0D 0A 1A 0A
.
The "??" bytes are for a version number. Possible values include ASCII "11
" and "20
".
Specifications
- KTX File Format Specification
- KTX™️ File Format Specification (version 2.0)