MCPcopy Create free account
hub / github.com/RenderKit/embree / ChannelsMerge

Method ChannelsMerge

tutorials/common/imgui/imgui.h:2593–2593  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2591 // Using the ImDrawList::ChannelsXXXX you cannot stack a split over another.
2592 inline void ChannelsSplit(int count) { _Splitter.Split(this, count); }
2593 inline void ChannelsMerge() { _Splitter.Merge(this); }
2594 inline void ChannelsSetCurrent(int n) { _Splitter.SetCurrentChannel(this, n); }
2595
2596 // Advanced: Primitives allocations

Callers

nothing calls this directly

Calls 1

MergeMethod · 0.80

Tested by

no test coverage detected