Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GPUOpen-LibrariesAndSDKs/Cauldron
/ ShowExampleAppConsole
Function
ShowExampleAppConsole
libs/imgui/imgui_demo.cpp:2801–2805 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2799
};
2800
2801
static void ShowExampleAppConsole(bool* p_open)
2802
{
2803
static ExampleAppConsole console;
2804
console.Draw(
"Example: Console"
, p_open);
2805
}
2806
2807
// Usage:
2808
// static ExampleAppLog my_log;
Callers
1
ShowDemoWindow
Method · 0.85
Calls
1
Draw
Method · 0.45
Tested by
no test coverage detected