Update stb_image.
This commit is contained in:
parent
6dd3687be1
commit
a3ae50b50f
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user