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
+3
View File
@@ -446,6 +446,9 @@ int main( int argc, char** argv )
case tracy::LoadProgress::CallStacks:
ImGui::TextUnformatted( "Call stacks..." );
break;
case tracy::LoadProgress::FrameImages:
ImGui::TextUnformatted( "Frame images..." );
break;
default:
assert( false );
break;