1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Process zone validation messages.

This commit is contained in:
Bartosz Taudul
2019-01-14 22:56:10 +01:00
parent 8e52ab318b
commit dcc6bee607
3 changed files with 13 additions and 0 deletions
+2
View File
@@ -210,6 +210,8 @@ struct ThreadData
Vector<ZoneEvent*> timeline;
Vector<ZoneEvent*> stack;
Vector<MessageData*> messages;
uint32_t nextZoneId;
Vector<uint32_t> zoneIdStack;
};
struct GpuCtxData