Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/Falcor
/ beginFrame
Method
beginFrame
Source/Falcor/Utils/UI/Gui.cpp:1251–1255 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1249
}
1250
1251
void Gui::beginFrame()
1252
{
1253
ImGui::SetCurrentContext(mpWrapper->mpContext);
1254
ImGui::NewFrame();
1255
}
1256
1257
void Gui::render(RenderContext* pContext, const ref<Fbo>& pFbo, float elapsedTime)
1258
{
Callers
2
renderUI
Method · 0.45
renderUI
Method · 0.45
Calls
no outgoing calls
Tested by
1
renderUI
Method · 0.36