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:
@@ -58,7 +58,8 @@ struct LoadProgress
|
||||
GpuZones,
|
||||
Plots,
|
||||
Memory,
|
||||
CallStacks
|
||||
CallStacks,
|
||||
FrameImages
|
||||
};
|
||||
|
||||
LoadProgress() : total( 0 ), progress( 0 ), subTotal( 0 ), subProgress( 0 ) {}
|
||||
|
||||
Reference in New Issue
Block a user