Update stb_image.

This commit is contained in:
Ignacio 2020-03-23 09:59:44 -07:00
parent 6dd3687be1
commit a3ae50b50f

View File

@ -55,8 +55,12 @@ extern "C" {
#endif #endif
#if defined(NV_HAVE_STBIMAGE) #if defined(NV_HAVE_STBIMAGE)
# define STB_IMAGE_IMPLEMENTATION
# define STBI_NO_STDIO # define STBI_NO_STDIO
# pragma warning(push)
# pragma warning(disable: 4312)
# include <stb_image.h> # include <stb_image.h>
# pragma warning(pop)
#endif #endif