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:
parent
d737b911e9
commit
f0acb73d09
@ -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 )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user