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

Fix lua zone state init.

This commit is contained in:
Bartosz Taudul
2018-07-13 20:20:37 +02:00
parent 26f2cb336e
commit c3ba0ef4eb
3 changed files with 28 additions and 20 deletions
+8
View File
@@ -62,6 +62,14 @@ struct VkCtxWrapper
VkCtx* ptr;
};
#ifdef TRACY_ON_DEMAND
struct LuaZoneState
{
uint32_t counter;
bool active;
};
#endif
using Magic = tracy::moodycamel::ConcurrentQueueDefaultTraits::index_t;
#if __ARM_ARCH >= 6