mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Also remove child vectors from GPU events.
This commit is contained in:
@@ -137,7 +137,7 @@ struct GpuEvent
|
||||
// All above is read/saved as-is.
|
||||
|
||||
uint16_t thread;
|
||||
Vector<GpuEvent*> child;
|
||||
int32_t child;
|
||||
};
|
||||
|
||||
enum { GpuEventSize = sizeof( GpuEvent ) };
|
||||
|
||||
Reference in New Issue
Block a user