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

Show loading progress of frame images.

This commit is contained in:
Bartosz Taudul
2019-06-06 23:40:37 +02:00
parent f8a4909c96
commit 646e7327b8
3 changed files with 15 additions and 2 deletions
+2 -1
View File
@@ -58,7 +58,8 @@ struct LoadProgress
GpuZones,
Plots,
Memory,
CallStacks
CallStacks,
FrameImages
};
LoadProgress() : total( 0 ), progress( 0 ), subTotal( 0 ), subProgress( 0 ) {}