MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / release

Method release

Source/Falcor/Utils/UI/Gui.cpp:1726–1731  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1724}
1725
1726void Gui::Menu::release()
1727{
1728 if (mpGui)
1729 mpGui->mpWrapper->endMenu();
1730 mpGui = nullptr;
1731}
1732
1733Gui::Menu::Dropdown Gui::Menu::dropdown(const std::string& label)
1734{

Callers 13

dispatchMethod · 0.45
renderDebugWindowMethod · 0.45
renderMethod · 0.45
buildTlasMethod · 0.45
renderUIMethod · 0.45
onGuiRenderMethod · 0.45
aFunction · 0.45
cFunction · 0.45
cFunction · 0.45
fFunction · 0.45
react-dom.min.jsFile · 0.45
sFunction · 0.45

Calls 5

endMenuMethod · 0.80
endDropDownMenuMethod · 0.80
endGroupMethod · 0.80
popWindowMethod · 0.80
endMainMenuBarMethod · 0.80

Tested by 1

renderMethod · 0.36