MCPcopy 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
1777Gui::Menu Gui::Menu::Dropdown::menu(const char* name)
1778{
1779 return Menu(mpGui, name);
1780}
1781
1782Gui::Group::Group(Gui* pGui, const std::string& label, bool beginExpanded)
1783{

Callers 1

renderMainMenuMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected