Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/Falcor
/ addText
Method
addText
Source/Falcor/Utils/UI/Gui.cpp:767–772 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
765
}
766
767
void GuiImpl::addText(const char text[], bool sameLine)
768
{
769
if (sameLine)
770
ImGui::SameLine();
771
ImGui::TextUnformatted(text);
772
}
773
774
void GuiImpl::addTextWrapped(const char text[])
775
{
Callers
1
text
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected