MCPcopy 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
1251void Gui::beginFrame()
1252{
1253 ImGui::SetCurrentContext(mpWrapper->mpContext);
1254 ImGui::NewFrame();
1255}
1256
1257void Gui::render(RenderContext* pContext, const ref<Fbo>& pFbo, float elapsedTime)
1258{

Callers 2

renderUIMethod · 0.45
renderUIMethod · 0.45

Calls

no outgoing calls

Tested by 1

renderUIMethod · 0.36