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

View File

@ -173,6 +173,7 @@ private:
extern VkCtxWrapper s_vkCtx; extern VkCtxWrapper s_vkCtx;
// TODO: not thread safe!
class VkCtxScope class VkCtxScope
{ {
public: public: