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

Method button

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

Source from the content-addressed store, hash-verified

1467}
1468
1469bool Gui::Widgets::button(const char label[], bool sameLine)
1470{
1471 return mpGui ? mpGui->mpWrapper->addButton(label, sameLine) : false;
1472}
1473
1474bool Gui::Widgets::radioButtons(const RadioButtonGroup& buttons, uint32_t& activeID)
1475{

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
renderDebugWindowMethod · 0.80
graphOutputsGuiMethod · 0.80
winSizeUIFunction · 0.80
renderGraphsMethod · 0.80

Calls 1

addButtonMethod · 0.80

Tested by 1

renderUIMethod · 0.64