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

Method Window

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

Source from the content-addressed store, hash-verified

1803}
1804
1805Gui::Window::Window(Gui* pGui, const char* name, uint2 size, uint2 pos, Gui::WindowFlags flags)
1806{
1807 bool open = true;
1808 if (pGui->mpWrapper->pushWindow(name, open, size, pos, flags))
1809 mpGui = pGui;
1810}
1811
1812Gui::Window::Window(Gui* pGui, const char* name, bool& open, uint2 size, uint2 pos, Gui::WindowFlags flags)
1813{

Callers

nothing calls this directly

Calls 1

pushWindowMethod · 0.80

Tested by

no test coverage detected