MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / ShowExampleAppAssetsBrowser

Function ShowExampleAppAssetsBrowser

Source/3rdParty/imgui/imgui_demo.cpp:11081–11086  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11079};
11080
11081void ShowExampleAppAssetsBrowser(bool* p_open)
11082{
11083 IMGUI_DEMO_MARKER("Examples/Assets Browser");
11084 static ExampleAssetsBrowser assets_browser;
11085 assets_browser.Draw("Example: Assets Browser", p_open);
11086}
11087
11088// End of Demo code
11089#else

Callers 1

ShowDemoWindowMethod · 0.85

Calls 1

DrawMethod · 0.45

Tested by

no test coverage detected