mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Use short ptr for GPU context map.
This commit is contained in:
parent
308c280e40
commit
52062f96d0
@ -605,7 +605,7 @@ private:
|
||||
bool m_onDemand;
|
||||
bool m_ignoreMemFreeFaults;
|
||||
|
||||
GpuCtxData* m_gpuCtxMap[256];
|
||||
short_ptr<GpuCtxData> m_gpuCtxMap[256];
|
||||
flat_hash_map<uint64_t, StringLocation, nohash<uint64_t>> m_pendingCustomStrings;
|
||||
uint64_t m_pendingCallstackPtr = 0;
|
||||
uint32_t m_pendingCallstackId;
|
||||
|
Loading…
Reference in New Issue
Block a user