MCPcopy 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
466bool GuiImpl::beginMenu(const char* name)
467{
468 return ImGui::BeginMenu(name);
469}
470
471void GuiImpl::endMenu()
472{

Callers 1

MenuMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected