1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Vulkan tracing is not thread safe.

This commit is contained in:
Bartosz Taudul
2018-06-22 01:41:28 +02:00
parent 7e4f00fac0
commit a1424c4112
+1
View File
@@ -173,6 +173,7 @@ private:
extern VkCtxWrapper s_vkCtx;
// TODO: not thread safe!
class VkCtxScope
{
public: