|
|
@ -16,6 +16,12 @@ |
|
|
|
// v1.02 - (stb) fix alpha encoding bug
|
|
|
|
// v1.02 - (stb) fix alpha encoding bug
|
|
|
|
// v1.01 - (stb) fix bug converting to RGB that messed up quality, thanks ryg & cbloom
|
|
|
|
// v1.01 - (stb) fix bug converting to RGB that messed up quality, thanks ryg & cbloom
|
|
|
|
// v1.00 - (stb) first release
|
|
|
|
// v1.00 - (stb) first release
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// LICENSE
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// This software is in the public domain. Where that dedication is not
|
|
|
|
|
|
|
|
// recognized, you are granted a perpetual, irrevocable license to copy,
|
|
|
|
|
|
|
|
// distribute, and modify this file as you see fit.
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef STB_INCLUDE_STB_DXT_H |
|
|
|
#ifndef STB_INCLUDE_STB_DXT_H |
|
|
|
#define STB_INCLUDE_STB_DXT_H |
|
|
|
#define STB_INCLUDE_STB_DXT_H |
|
|
|