Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/Falcor
/ beginMenu
Method
beginMenu
Source/Falcor/Utils/UI/Gui.cpp:466–469 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
464
}
465
466
bool GuiImpl::beginMenu(const char* name)
467
{
468
return ImGui::BeginMenu(name);
469
}
470
471
void GuiImpl::endMenu()
472
{
Callers
1
Menu
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected