update tracy from 11.0 to 13.1 and fix build with tracy enabled

This commit is contained in:
Sven Balzer
2026-05-01 18:24:04 +02:00
parent 7fa5294e02
commit 2adf75973a
304 changed files with 20579 additions and 170182 deletions
+4 -2
View File
@@ -219,8 +219,9 @@ public:
m_ctx.CustomName( name, size );
}
private:
T m_lockable;
private:
LockableCtx m_ctx;
};
@@ -535,8 +536,9 @@ public:
m_ctx.CustomName( name, size );
}
private:
T m_lockable;
private:
SharedLockableCtx m_ctx;
};