July 2015
Intermediate to advanced
912 pages
25h 5m
English
This book’s source code not only includes most of the examples from the book in compilable form for many platforms, it also includes a number of tools that were used to create the .SBM and .KTX files used by those examples. You can use these tools to create and manipulate .SBM and .KTX files to use in your own applications.
The ktxtool program is a utility for processing .KTX files. Its usage is as follows:
ktxtool -i <inputfile> [-i <inputfile>*] [-o output file] {options}
Input files are sent to ktxtool by specifying them with the -i option. More than one input file can be specified by including multiple -i options.
The --info option prints information about ...
Read now
Unlock full access