Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf@nereid.pl>2022-07-26 02:35:19 +0300
committerBartosz Taudul <wolf@nereid.pl>2022-07-28 01:24:48 +0300
commitadd5c1e328f125e6554b2ab677cfb64169e89c60 (patch)
treeab8af58bd5913d3ddd27e8d1b51c31477115122e /profiler
parent065f13c3821e8fb1a8e3be75fc504c6a7a96b6f5 (diff)
Instantiate stb_image_resize.
Diffstat (limited to 'profiler')
-rw-r--r--profiler/src/main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/profiler/src/main.cpp b/profiler/src/main.cpp
index 3fa607d7..77fd180f 100644
--- a/profiler/src/main.cpp
+++ b/profiler/src/main.cpp
@@ -30,6 +30,9 @@
#define STBI_ONLY_PNG
#include "stb_image.h"
+#define STB_IMAGE_RESIZE_IMPLEMENTATION
+#include "stb_image_resize.h"
+
#include "../../public/common/TracyProtocol.hpp"
#include "../../server/tracy_pdqsort.h"
#include "../../server/tracy_robin_hood.h"