MCPcopy Create free account
hub / github.com/cinder/Cinder / ShowExampleAppAssetsBrowser

Function ShowExampleAppAssetsBrowser

src/imgui/imgui_demo.cpp:10838–10843  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10836};
10837
10838void ShowExampleAppAssetsBrowser(bool* p_open)
10839{
10840 IMGUI_DEMO_MARKER("Examples/Assets Browser");
10841 static ExampleAssetsBrowser assets_browser;
10842 assets_browser.Draw("Example: Assets Browser", p_open);
10843}
10844
10845// End of Demo code
10846#else

Callers 1

ShowDemoWindowMethod · 0.85

Calls 1

DrawMethod · 0.45

Tested by

no test coverage detected