[Feat] (3rdparty/tracy): initial integration of Tracy Profiler

This commit is contained in:
2025-12-11 15:12:19 +08:00
parent 6b4c911f06
commit f94861926a
4 changed files with 22 additions and 1 deletions
+4
View File
@@ -76,6 +76,10 @@
#include <vulkan/vulkan_android.h>
#endif
#ifdef TRACY_ENABLE
#include <tracy/Tracy.hpp>
#endif
// Post-includes for significant project headers
#include "MG_Util/Debug/Log.h"
#include "MG_Util/Types.h"