1
0
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:
Bartosz Taudul
2018-07-22 19:47:01 +02:00
parent 3a934b2ba3
commit 7d7877517e
4 changed files with 75 additions and 52 deletions
+1 -1
View File
@@ -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 ) };