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

Simplify GPU context handling.

This commit is contained in:
Bartosz Taudul
2017-11-14 00:48:26 +01:00
parent d56f44a220
commit 5c872b2137
7 changed files with 77 additions and 86 deletions
+1 -1
View File
@@ -146,6 +146,7 @@ struct QueueGpuNewContext
{
int64_t cputime;
int64_t gputime;
uint64_t thread;
uint16_t context;
};
@@ -160,7 +161,6 @@ struct QueueGpuZoneBegin
struct QueueGpuZoneEnd
{
int64_t cpuTime;
uint64_t thread;
uint16_t context;
};