LumixEngine/src/renderer/editor/stb.cpp

10 lines
309 B
C++
Raw Normal View History

2020-02-10 18:26:00 +01:00
// stb_image is already implemented in cmft and nvtt
//#define STB_IMAGE_IMPLEMENTATION
#define STB_IMAGE_WRITE_IMPLEMENTATION
2019-12-02 18:30:39 +01:00
#define STB_IMAGE_RESIZE_IMPLEMENTATION
#if defined _MSC_VER && _MSC_VER == 1900
#pragma warning(disable : 4312)
#endif
#include "stb/stb_image.h"
#include "stb/stb_image_resize.h"