Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1726
void Gui::Menu::release()
1727
{
1728
if (mpGui)
1729
mpGui->mpWrapper->endMenu();
1730
mpGui = nullptr;
1731
}
1732
1733
Gui::Menu::Dropdown Gui::Menu::dropdown(const std::string& label)
1734
{
Callers
13
dispatch
Method · 0.45
renderDebugWindow
Method · 0.45
render
Method · 0.45
buildTlas
Method · 0.45
renderUI
Method · 0.45
onGuiRender
Method · 0.45
a
Function · 0.45
c
Function · 0.45
c
Function · 0.45
f
Function · 0.45
react-dom.min.js
File · 0.45
s
Function · 0.45
Calls
5
endMenu
Method · 0.80
endDropDownMenu
Method · 0.80
endGroup
Method · 0.80
popWindow
Method · 0.80
endMainMenuBar
Method · 0.80
Tested by
1
render
Method · 0.36