gltfio: Disable file formats that we do not need.

This only removes 40k but at least it is easy.
This commit is contained in:
Philip Rideout
2019-06-26 16:31:12 -07:00
parent 1aa7fac8c2
commit 2bfec9f4af

View File

@@ -14,5 +14,13 @@
* limitations under the License.
*/
#define STBI_NO_BMP
#define STBI_NO_PSD
#define STBI_NO_TGA
#define STBI_NO_GIF
#define STBI_NO_HDR
#define STBI_NO_PIC
#define STBI_NO_PNM
#define STB_IMAGE_IMPLEMENTATION
#include <stb_image.h>