Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/Falcor
/ beginDropDownMenu
Method
beginDropDownMenu
Source/Falcor/Utils/UI/Gui.cpp:487–490 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
485
}
486
487
bool GuiImpl::beginDropDownMenu(const char label[])
488
{
489
return ImGui::BeginMenu(label);
490
}
491
492
void GuiImpl::endDropDownMenu()
493
{
Callers
1
Dropdown
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected