mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Push IsBusy() callback to Backend.
This commit is contained in:
@@ -341,7 +341,7 @@ int main( int argc, char** argv )
|
||||
LoadConfig();
|
||||
|
||||
ImGuiTracyContext imguiContext;
|
||||
Backend backend( title, DrawContents, ScaleChanged, &mainThreadTasks );
|
||||
Backend backend( title, DrawContents, ScaleChanged, IsBusy, &mainThreadTasks );
|
||||
tracy::InitTexture();
|
||||
iconTex = tracy::MakeTexture();
|
||||
zigzagTex = tracy::MakeTexture( true );
|
||||
|
||||
Reference in New Issue
Block a user