MCPcopy Create free account
hub / github.com/Aegel5/SimpleSwitcher / ShowExampleAppAssetsBrowser

Function ShowExampleAppAssetsBrowser

imgui_tiny_app/imgui/imgui_demo.cpp:11414–11419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11412};
11413
11414void ShowExampleAppAssetsBrowser(bool* p_open)
11415{
11416 IMGUI_DEMO_MARKER("Examples/Assets Browser");
11417 static ExampleAssetsBrowser assets_browser;
11418 assets_browser.Draw("Example: Assets Browser", p_open);
11419}
11420
11421// End of Demo code
11422#else

Callers 1

ShowDemoWindowMethod · 0.85

Calls 1

DrawMethod · 0.45

Tested by

no test coverage detected