MCPcopy 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
774void GuiImpl::addTextWrapped(const char text[])
775{
776 ImGui::TextWrapped("%s", text);
777}
778
779bool GuiImpl::addTextbox(const char label[], char buf[], size_t bufSize, uint32_t lineCount, Gui::TextFlags flags)
780{

Callers 1

textWrappedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected