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

Drop accuracy bits from GPU context.

This commit is contained in:
Bartosz Taudul
2020-07-07 01:21:36 +02:00
parent 384e2e3fa1
commit 1013ec8db7
3 changed files with 7 additions and 12 deletions
-1
View File
@@ -562,7 +562,6 @@ struct GpuCtxData
int64_t timeDiff;
uint64_t thread;
uint64_t count;
uint8_t accuracyBits;
float period;
GpuContextType type;
bool hasPeriod;