1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 04:23:51 +00:00

Add accessor for active lock info window lock id.

This commit is contained in:
Bartosz Taudul 2023-04-08 18:44:59 +02:00
parent d737b911e9
commit f0acb73d09
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -125,6 +125,7 @@ public:
int GetNextGpuIdx() { return m_gpuIdx++; }
const MessageData* GetMessageHighlight() const { return m_msgHighlight; }
uint32_t GetLockInfoWindow() const { return m_lockInfoWindow; }
tracy_force_inline bool& Vis( const void* ptr )
{