Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/Falcor
/ menu
Method
menu
Source/Falcor/Utils/UI/Gui.cpp:1777–1780 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1775
}
1776
1777
Gui::Menu Gui::Menu::Dropdown::menu(const char* name)
1778
{
1779
return Menu(mpGui, name);
1780
}
1781
1782
Gui::Group::Group(Gui* pGui, const std::string& label, bool beginExpanded)
1783
{
Callers
1
renderMainMenu
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected