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

Send timestamp period in GPU context announcement.

This commit is contained in:
Bartosz Taudul
2018-06-17 18:21:15 +02:00
parent 9c11e0fc5b
commit 8495e5b094
3 changed files with 5 additions and 2 deletions
+1
View File
@@ -159,6 +159,7 @@ struct QueueGpuNewContext
int64_t cpuTime;
int64_t gpuTime;
uint64_t thread;
float period;
uint16_t context;
uint8_t accuracyBits;
};