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

Make it possible to have multiple vulkan contexts.

API change!
This commit is contained in:
Bartosz Taudul
2019-01-10 17:10:47 +01:00
parent ae288c6a6a
commit 070888f80d
3 changed files with 56 additions and 47 deletions
-6
View File
@@ -60,12 +60,6 @@ struct GpuCtxWrapper
GpuCtx* ptr;
};
class VkCtx;
struct VkCtxWrapper
{
VkCtx* ptr;
};
#ifdef TRACY_ON_DEMAND
struct LuaZoneState
{