mirror of
https://github.com/wolfpld/tracy
synced 2025-05-02 13:43:52 +00:00
Use proper data type for callstack storage in GPU zones.
This commit is contained in:
parent
323f0e1ae3
commit
de953bfaa8
@ -137,7 +137,7 @@ struct GpuEvent
|
||||
int64_t gpuStart;
|
||||
int64_t gpuEnd;
|
||||
int32_t srcloc;
|
||||
int32_t callstack;
|
||||
uint32_t callstack;
|
||||
// All above is read/saved as-is.
|
||||
|
||||
uint16_t thread;
|
||||
|
Loading…
x
Reference in New Issue
Block a user