MCPcopy 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
767void GuiImpl::addText(const char text[], bool sameLine)
768{
769 if (sameLine)
770 ImGui::SameLine();
771 ImGui::TextUnformatted(text);
772}
773
774void GuiImpl::addTextWrapped(const char text[])
775{

Callers 1

textMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected