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

Send query ids of GPU times.

This commit is contained in:
Bartosz Taudul
2018-06-22 16:19:53 +02:00
parent 69c461cda3
commit 62267399bc
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -191,6 +191,7 @@ struct QueueGpuZoneEnd
struct QueueGpuTime
{
int64_t gpuTime;
uint16_t queryId;
uint8_t context;
};