Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
596
void GuiImpl::addSeparator(uint32_t count)
597
{
598
for (uint32_t i = 0; i < count; i++)
599
ImGui::Separator();
600
}
601
602
void GuiImpl::addDummyItem(const char label[], const float2& size, bool sameLine)
603
{
Callers
1
separator
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected