From a1424c4112866f784d48bbf2ff146d285a852d82 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Fri, 22 Jun 2018 01:41:28 +0200 Subject: [PATCH] Vulkan tracing is not thread safe. --- TracyVulkan.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/TracyVulkan.hpp b/TracyVulkan.hpp index 0858b7bd..09c50ab8 100644 --- a/TracyVulkan.hpp +++ b/TracyVulkan.hpp @@ -173,6 +173,7 @@ private: extern VkCtxWrapper s_vkCtx; +// TODO: not thread safe! class VkCtxScope { public: