mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Workaround gcc issues.
This commit is contained in:
committed by
Bartosz Taudul
parent
540f71cfd6
commit
2f669aea41
@@ -41,6 +41,12 @@ struct ProducerWrapper
|
||||
|
||||
extern thread_local ProducerWrapper s_token;
|
||||
|
||||
class GpuCtx;
|
||||
struct GpuCtxWrapper
|
||||
{
|
||||
GpuCtx* ptr;
|
||||
};
|
||||
|
||||
using Magic = moodycamel::ConcurrentQueueDefaultTraits::index_t;
|
||||
|
||||
class Profiler
|
||||
|
||||
Reference in New Issue
Block a user