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

Method tooltip

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

Source from the content-addressed store, hash-verified

1652}
1653
1654void Gui::Widgets::tooltip(const std::string& text, bool sameLine)
1655{
1656 if (mpGui)
1657 mpGui->mpWrapper->addTooltip(text.c_str(), sameLine);
1658}
1659
1660bool Gui::Widgets::rgbColor(const char label[], float3& var, bool sameLine)
1661{

Callers 15

renderUIMethod · 0.80
renderUIMethod · 0.80
renderUIMethod · 0.80
renderUIMethod · 0.80
renderUIMethod · 0.80
renderUIMethod · 0.80
renderUIMethod · 0.80
renderUIMethod · 0.80
renderRenderingUIMethod · 0.80
renderDebugUIMethod · 0.80
renderUIMethod · 0.80
renderUIMethod · 0.80

Calls 1

addTooltipMethod · 0.80

Tested by 1

renderUIMethod · 0.64