diff --git a/public/tracy/TracyMetal.hmm b/public/tracy/TracyMetal.hmm index ec8e210f..b2956f28 100644 --- a/public/tracy/TracyMetal.hmm +++ b/public/tracy/TracyMetal.hmm @@ -63,6 +63,10 @@ using TracyMetalCtx = void*; #define TracyMetalDebug(mask, ...) #endif +#ifndef TracyMetalZoneScopeWireTap +#define TracyMetalZoneScopeWireTap +#endif//TracyMetalZoneScopeWireTap + namespace tracy { @@ -508,6 +512,8 @@ public: SubmitZoneEndGpu(m_ctx, m_query.idx + 1); } + + TracyMetalZoneScopeWireTap; private: const bool m_active;