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

Method addSeparator

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

Source from the content-addressed store, hash-verified

594}
595
596void GuiImpl::addSeparator(uint32_t count)
597{
598 for (uint32_t i = 0; i < count; i++)
599 ImGui::Separator();
600}
601
602void GuiImpl::addDummyItem(const char label[], const float2& size, bool sameLine)
603{

Callers 1

separatorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected