Appendix A. The SuperBible Tools
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 Utility
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 ...
Get OpenGL SuperBible: Comprehensive Tutorial and Reference, Seventh Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.