Skip to content

Commit 11f454b

Browse files
committed
Merged pull request "Port to stb_image_resize2": #397
2 parents 325685d + 8dc5585 commit 11f454b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

extern/stb

Submodule stb updated 84 files

src/refresh/stb/stb.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
2929
#define STB_IMAGE_IMPLEMENTATION
3030
#include "stb_image.h"
3131
#define STB_IMAGE_RESIZE_IMPLEMENTATION
32-
#include "stb_image_resize.h"
32+
#include "stb_image_resize2.h"
3333
#define STB_IMAGE_WRITE_IMPLEMENTATION
3434
#include "stb_image_write.h"

src/refresh/vkpt/textures.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
2727
#include "color.h"
2828
#include "material.h"
2929
#include "../stb/stb_image.h"
30-
#include "../stb/stb_image_resize.h"
30+
#include "../stb/stb_image_resize2.h"
3131
#include "../stb/stb_image_write.h"
3232

3333
#define MAX_RBUFFERS 16

0 commit comments

Comments
 (0)