Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/Falcor
/ addTextWrapped
Method
addTextWrapped
Source/Falcor/Utils/UI/Gui.cpp:774–777 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
772
}
773
774
void GuiImpl::addTextWrapped(const char text[])
775
{
776
ImGui::TextWrapped(
"%s"
, text);
777
}
778
779
bool GuiImpl::addTextbox(const char label[], char buf[], size_t bufSize, uint32_t lineCount, Gui::TextFlags flags)
780
{
Callers
1
textWrapped
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected