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

Store GPU accuracy bits info.

This commit is contained in:
Bartosz Taudul
2017-11-18 00:32:15 +01:00
parent c251690722
commit 1a4889116e
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -141,6 +141,7 @@ struct GpuCtxData
Vector<GpuEvent*> timeline;
Vector<GpuEvent*> stack;
Vector<GpuEvent*> queue;
uint8_t accuracyBits;
bool showFull;
};