MCPcopy 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
487bool GuiImpl::beginDropDownMenu(const char label[])
488{
489 return ImGui::BeginMenu(label);
490}
491
492void GuiImpl::endDropDownMenu()
493{

Callers 1

DropdownMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected